String.put

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void put(bcstring chars)
  2. void put(String str)
  3. void put(char ch)
  4. void put(Range r)
    struct String
    @nogc nothrow
    void
    put
    (
    Range
    )
    (
    Range r
    )
    if (
    !is(Range : bcstring)
    )

Meta