Stringz

Reference-counted null-terminated string

Constructors

this
this(string src)

Constructor

Destructor

~this
~this()
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Functions

length
immutable(size_t) length()
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
typeof(this) opAssign(typeof(this) rhs)

Ref. counting during structure assignment

opCast
T opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
opUnary
immutable(char)* opUnary()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta