haystacklib ~master (2019-10-21T14:33:42Z)
Home
Dub
Repo
encode
haystack
trio
encode
Encodes
Dict
as a Trio. Expects an OutputRange as writer.
ref
R
encode
(
R
)
(
auto
ref
R
writer
,
const
(
Dict
)
dict
,
SortedKeys
sorted
=
SortedKeys.no
)
if
(
isOutputRange
!(
R
,
char
)
)
Return Value
Type:
R
the writter OutputRange
Meta
Source
See Implementation
haystack
trio
encode
functions
encode
trio
Encodes Dictas a Trio. Expects an OutputRange as writer.