decodeCbor

Undocumented in source. Be warned that the author may not have intended to support it.
void
decodeCbor
(
Flag!"Duplicate" duplicate = Yes.Duplicate
Flag!"Flatten" flatten = No.Flatten
R
T
)
(
auto ref R input
,
ref T outValue
)
if (
isInputRange!R &&
is(ElementType!R == ubyte)
)

Meta