encodeCborString

Encodes string.

size_t
encodeCborString
(
R
E
)
(
auto ref R sink
,)
if (
isOutputRange!(R, ubyte) &&
is(E == string)
)

Meta