BinaryDecoder

Undocumented in source.

Members

Functions

decode
MarkovChain!T decode(ubyte[] input)
Undocumented in source. Be warned that the author may not have intended to support it.
decode
MarkovChain!T decode(Range input)
Undocumented in source. Be warned that the author may not have intended to support it.
decodeCounter
Counter!T decodeCounter(Range input)
Undocumented in source. Be warned that the author may not have intended to support it.
decodeState
State!T decodeState(Range input)
Undocumented in source. Be warned that the author may not have intended to support it.
decodeStates
State!T[] decodeStates(Range input)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta