BinaryEncoder.encode

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

Meta