StaticFormatter.accumulate

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void accumulate(const(char)[] function(char[]) @(nogc) dg)
  2. void accumulate(const(char)[] delegate(char[]) @(nogc) dg)
    struct StaticFormatter
    @nogc
    void
    accumulate
    (
    const(char)[] delegate
    (
    char[]
    )
    @nogc
    dg
    )
  3. void accumulate(T args)

Meta