OutputRange.put

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void put(const(char) c)
  2. void put(dchar c)
  3. void put(const(char)[] s)
    struct OutputRange
    @safe
    void
    put
    (
    const(char)[] s
    )
  4. void put(string s)

Meta