BinaryEncoder.encode

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

Meta