iopipe ~master (2020-08-08T14:25:33Z)
Dub
Repo
TextOutput
iopipe
textpipe
Undocumented in source.
static
struct
TextOutput (
Chain
) {
Chain
chain
;
alias
CT
=
typeof
(
Chain
.
init
.
window
[
0
])
;
void
put
(A c);
}
Members
Aliases
CT
alias
CT
=
typeof
(
Chain
.
init
.
window
[
0
])
Undocumented in source.
Functions
put
void
put
(A c)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
chain
Chain
chain
;
Undocumented in source.
Meta
Source
See Implementation
iopipe
textpipe
enums
UTFType
functions
assumeText
byDelimRange
byLine
byLineRange
convertText
delimitedText
detectBOM
encodeText
ensureDecodeable
runEncoded
runWithEncoding
textOutput
structs
DecodeableWindow
TextOutput
templates
CodeUnit
textConverter