encodeCborNull

Encodes null.

size_t
encodeCborNull
(
R
E
)
(
auto ref R sink
,)
if (
isOutputRange!(R, ubyte) &&
is(E == typeof(null))
)

Meta