stb v1.7.5 (2018-08-19T20:26:28Z)
Dub
Repo
BinaryReader
utils
binary
Undocumented in source.
struct
BinaryReader (
Reader
) {
this
(A args);
auto
read
(string f, uint l);
ref
write
(T t, string f, uint l);
Reader
reader
;
}
Constructors
this
this
(A args)
Undocumented in source.
Members
Functions
read
auto
read
(string f, uint l)
Undocumented in source. Be warned that the author may not have intended to support it.
write
ref
write
(T t, string f, uint l)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
reader
Reader
reader
;
Undocumented in source.
Meta
Source
See Implementation
utils
binary
modules
funcs
helpers
readers
tests
structs
BinaryReader