FixedBuffer.OutputFunc

Undocumented in source.
struct FixedBuffer(size_t LEN, T = char)
alias OutputFunc = void delegate
(
in T[]
)
@nogc

Meta