encode

Encodes Dictas a Trio. Expects an OutputRange as writer.

ref
R
encode
(
R
)
(
auto ref R writer
,
const(Dict) dict
,)
if (
isOutputRange!(R, char)
)

Return Value

Type: R

the writter OutputRange

Meta