tsv-utils v1.3.2 (2018-11-12T07:30:35Z)
Home
Dub
Repo
BufferedOutputRange.appendln
tsv_utils
common
utils
BufferedOutputRange
Undocumented in source. Be warned that the author may not have intended to support it.
bool
appendln
()
bool
appendln
(T stuff)
struct
BufferedOutputRange
(OutputTarget)
bool
appendln
(
T
)
(
T
stuff
)
if
(
isFileHandle
!(
Unqual
!
OutputTarget
) ||
isOutputRange
!(
Unqual
!
OutputTarget
,
char
)
)
Meta
Source
See Implementation
tsv_utils
common
utils
BufferedOutputRange
aliases
C
constructors
this
destructors
~this
functions
append
appendln
flush
flushIfFull
flushIfMaxSize
joinAppend
put