tsv-utils v2.2.0 (2021-03-14T18:16:21Z)
Home
Dub
Repo
BufferedOutputRange.flush
tsv_utils
common
utils
BufferedOutputRange
Writes the internal buffer to the output stream and flush the output stream.
struct
BufferedOutputRange
(OutputTarget)
void
flush
(
)
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
joinAppend
put
Writes the internal buffer to the output stream and flush the output stream.