encodeCborRaw

Encodes range of ubytes.

size_t
encodeCborRaw
(
R
E
)
(
auto ref R sink
,)
if (
isOutputRange!(R, ubyte) &&
is(ElementType!E == ubyte)
)

Meta