tsv-utils ~master (2021-06-13T21:53:23Z)
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.