tsv-utils v1.6.1 (2020-04-19T19:32:36Z)
Home
Dub
Repo
BufferedOutputRange.joinAppend
tsv_utils
common
utils
BufferedOutputRange
Undocumented in source. Be warned that the author may not have intended to support it.
struct
BufferedOutputRange
(OutputTarget)
void
joinAppend
(
InputRange
E
)
(
InputRange
inputRange
,
E
delimiter
)
if
(
isInputRange
!
InputRange
&&
is
(
ElementType
!
InputRange
: const
C
[])
&&
(
is
(
E
: const
C
[]) ||
is
(
E
: const
C
)
)
)
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