tagion v1.0.3-rc1 (2023-12-18T15:15:15Z)
Dub
Repo
fwrite
tagion
hibon
HiBONFile
Serialize the hibon and writes it a file
void
fwrite
(const(char[]) filename, HiBON hibon)
void
fwrite
(const(char[]) filename, Document doc)
@
safe
void
fwrite
(
const
(
char
[])
filename
,
const
Document
doc
)
void
fwrite
(const(char[]) filename, T rec)
void
fwrite
(File file, Document doc)
void
fwrite
(File file, T rec)
Parameters
filename
const
(
char
[])
is the name of the file
Meta
Source
See Implementation
tagion
hibon
HiBONFile
functions
fread
fwrite
structs
HiBONRange
Serialize the hibon and writes it a file