mir_rcptr._value

Stores the unqualified value of the reference-counted pointer for class and interface types.

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