mir_slim_rcptr._value

Holds the unqualified underlying value of type T for a slim reference-counted pointer.

struct mir_slim_rcptr(T)
package
static if(is(T == class) || is(T == interface))
Unqual!T _value;