encodeCborBytes

Encodes range of ubytes.

size_t
encodeCborBytes
(
Flag!"Flatten" flatten = No.Flatten
R
E
)
(
auto ref R sink
,
)
if (
isOutputRange!(R, ubyte) &&
(
isArray!E ||
isInputRange!E
)
&&
is(Unqual!(ElementType!E) == ubyte)
)

Meta