encodeCborFloat

Encodes floating.

size_t
encodeCborFloat
(
R
E
)
(
auto ref R sink
,
)
if (
isOutputRange!(R, ubyte) &&
isFloatingPoint!E
)

Meta