encodeCborMapHead

Encode map head with mapLength elements. mapLength pairs of items must follow. Keys first, then values.

size_t
encodeCborMapHead
(
R
)
(
auto ref R sink
,
ulong mapLength
)
if (
isOutputRange!(R, ubyte)
)

Meta