markov.binary.encoder

Undocumented in source.

Members

Functions

encodeBinary
ubyte[] encodeBinary(MarkovChain!T chain)
Undocumented in source. Be warned that the author may not have intended to support it.
encodeBinary
void encodeBinary(MarkovChain!T chain, File output)
Undocumented in source. Be warned that the author may not have intended to support it.
encodeBinary
void encodeBinary(MarkovChain!T chain, Range output)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

BinaryEncoder
struct BinaryEncoder(T)
Undocumented in source.

Meta