markov.binary.decoder

Undocumented in source.

Members

Functions

decodeBinary
MarkovChain!T decodeBinary(ubyte[] encoded)
Undocumented in source. Be warned that the author may not have intended to support it.
decodeBinary
MarkovChain!T decodeBinary(File input)
Undocumented in source. Be warned that the author may not have intended to support it.
decodeBinary
MarkovChain!T decodeBinary(Range input)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

BinaryDecoder
struct BinaryDecoder(T)
Undocumented in source.

Meta