iopipe ~master (2020-08-08T14:25:33Z)
Dub
Repo
textConverter.TextConverter
iopipe
textpipe
textConverter
Undocumented in source.
template
textConverter
(bool ensureBOM = false, Chain)
struct
TextConverter {
Chain
chain
;
static if
(
ensureBOM
)
bool
atBeginning
;
static if
(
ensureBOM
)
auto
release
(size_t elems);
size_t
read
(Char[] buf);
}
Alias This
chain
Members
Functions
read
size_t
read
(Char[] buf)
Undocumented in source. Be warned that the author may not have intended to support it.
release
auto
release
(size_t elems)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
atBeginning
bool
atBeginning
;
Undocumented in source.
chain
Chain
chain
;
Undocumented in source.
Meta
Source
See Implementation
iopipe
textpipe
textConverter
functions
textConverter
structs
TextConverter