encodeCborBytesItems

Writes range of ubyte to the sink. Needs to go after a call to encodeCborBytesHeader. The length of supplied range must be equal to one provided to encodeCborBytesHeader.

size_t
encodeCborBytesItems
(
R
D
)
(
auto ref R sink
,
)
if (
isOutputRange!(R, ubyte) &&
(
isArray!D ||
isInputRange!D
)
&&
is(Unqual!(ElementType!D) == ubyte)
)

Meta