SpeedyWriter.put

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void put(T ch)
    template SpeedyWriter(SpeedySafety safety)
    package @safe static @trusted
    void
    put
    (
    T
    )
    (
    T ch
    )
    if (
    isChar!T
    )
  2. void put(T val)
  3. void put(string str)
  4. void put(Range r)

Meta