Output.append

Append to the console. We accept UTF8 only, so all other encodings should be handled via some higher level API.

  1. Output append(const(char[]) x)
    class Output
    final
    append
    (
    const(char[]) x
    )
  2. Output append(Object other)

Meta