encodeCborSimple

Encodes simple. Simple data type is essentially a number that has special meaning. Value must lie in range [0..23] or [32..255].

size_t
encodeCborSimple
(
R
)
(
auto ref R sink
,
ubyte simple
)
if (
isOutputRange!(R, ubyte)
)

Meta