CStringImpl.this

Undocumented in source.
  1. this(const(CharType)[] s)
    struct CStringImpl(CharType)
    public nothrow @nogc
    this
    (
    const(CharType)[] s
    )
    if (
    is(CharType : char) ||
    is(CharType : wchar)
    )
  2. this(immutable(CharType)[] s)

Meta