jaypha-base ~master (2017-04-21T07:13:56Z)
Dub
Repo
BinaryWriter
jaypha
io
binarywriter
Undocumented in source.
struct
BinaryWriter {
import
core
.
stdc
.
stdio
;
;
import
std
.
range
.
primitives
;
;
import
std
.
traits
;
;
File
s
;
void
put
(T b);
void
put
(T b);
}
Members
Functions
put
void
put
(T b)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void
put
(T b)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
s
File
s
;
Undocumented in source.
Meta
Source
See Implementation
jaypha
io
binarywriter
structs
BinaryWriter