encodeCborBool

Encodes boolean.

size_t
encodeCborBool
(
R
E
)
(
auto ref R sink
,
)
if (
isOutputRange!(R, ubyte) &&
isBoolean!E
)

Meta