BinaryDecoder.decode

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

Meta