SpeedyWriter.put

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

Meta