dalicious v2.4.0 (2020-01-14T14:23:24Z)
Dub
Repo
WrapLinesImpl
dalicious
range
Undocumented in source.
class
WrapLinesImpl (
R
) {
R
output
;
size_t
lineWidth
;
size_t
column
;
this
(R output, size_t lineWidth);
void
put
(inout(char) c);
void
put
(string chunk);
}
Constructors
this
this
(R output, size_t lineWidth)
Undocumented in source.
Members
Functions
put
void
put
(inout(char) c)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void
put
(string chunk)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
column
size_t
column
;
Undocumented in source.
lineWidth
size_t
lineWidth
;
Undocumented in source.
output
R
output
;
Undocumented in source.
Meta
Source
See Implementation
dalicious
range
classes
WrapLinesImpl
functions
arrayChunks
takeExactly
tupleMap
wrapLines
templates
Chunk
Chunks
Comparator
chunks