Ref

Simple wrapper that holds a pointer. It is used for as workaround to return multiple auto ref values.

Constructors

this
this()
Undocumented in source.
this
this(T value)

Alias This

__value

Members

Functions

__value
inout(T) __value()
opEquals
bool opEquals(Ref!T rhs)
toHash
size_t toHash()

Variables

__ptr
T* __ptr;

Meta