OutBuffer.writestring

NOT zero-terminated

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

Meta