BinaryDecoder.decodeState

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

Meta