Stringz

Reference-counted null-terminated string

Constructors

this
this(string src)

Constructor

Destructor

~this
~this()

Destructor: frees all memory

Postblit

this(this)
this(this)

Constructor

Members

Functions

length
immutable(size_t) length()
opAssign
typeof(this) opAssign(typeof(this) rhs)

Ref. counting during structure assignment

opCast
T opCast()
opUnary
immutable(char)* opUnary()

Meta