markov v1.0.10 (2018-05-02T15:52:07Z)
Dub
Repo
BinaryEncoder.encodeStates
markov
binary
encoder
BinaryEncoder
Undocumented in source. Be warned that the author may not have intended to support it.
struct
BinaryEncoder
(T)
void
encodeStates
(
Range
)
(
State
!
T
[]
states
,
ref
Range
output
)
if
(
isOutputRange
!(
Range
,
ubyte
)
)
if
(
isEncodable
!(
T
,
ubyte
[])
)
Meta
Source
See Implementation
markov
binary
encoder
BinaryEncoder
functions
encode
encodeCounter
encodeState
encodeStates