- encode
ubyte[] encode(MarkovChain!T chain)
Undocumented in source. Be warned that the author may not have intended to support it.
- encode
void encode(MarkovChain!T chain, Range output)
Undocumented in source. Be warned that the author may not have intended to support it.
- encodeCounter
void encodeCounter(Counter!T counter, Range output)
Undocumented in source. Be warned that the author may not have intended to support it.
- encodeState
void encodeState(State!T state, Range output)
Undocumented in source. Be warned that the author may not have intended to support it.
- encodeStates
void encodeStates(State!T[] states, Range output)
Undocumented in source. Be warned that the author may not have intended to support it.