mir_slim_rcptr._get_value

Returns the underlying class or interface reference from the slim reference-counted pointer.

  1. inout(T) _get_value()
    struct mir_slim_rcptr(T)
    pragma(inline, true) return scope inout @property
    static if(is(T == class) || is(T == interface))
    inout(T)
    _get_value
    ()
  2. inout(T) _get_value()