encodeCborInt

Encodes integer.

size_t
encodeCborInt
(
R
E
)
(
auto ref R sink
,
)
if (
isOutputRange!(R, ubyte) &&
isIntegral!E
)

Meta