PoolArray.Access

Read/Write access locks with RAII.

Constructors

this
this(PoolArray!T p)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

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

Alias This

data

Members

Functions

data
inout(T[]) data()
data
const(T[]) data()
opAssign
void opAssign(typeof(this) other)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta