encodeBinary

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

Meta