FormatterSink

Type of 'sink' that can be passed to format, that will just format a string into the provided sink.

alias FormatterSink = void delegate(in cstring)

Meta