OutBuffer.writestring

NOT zero-terminated

  1. void writestring(const(char)* s)
  2. void writestring(const(char)[] s)
  3. void writestring(string s)
    struct OutBuffer
    nothrow pure nothrow @safe
    void
    writestring
    (
    scope string s
    )

Meta