StringSink

An alias to the common sink delegate used for string formatting.

alias StringSink = void delegate
(
const(char)[]
)

Meta