BinaryDecoder.decode

Undocumented in source. Be warned that the author may not have intended to support it.
  1. MarkovChain!T decode(ubyte[] input)
    struct BinaryDecoder(T)
    decode
    ()
    (
    ubyte[] input
    )
    if (
    isDecodable!(T, ubyte[])
    )
  2. MarkovChain!T decode(Range input)

Meta