Unref

Removes Ref shell.

  1. alias Unref(V : Ref!T, T) = T
    @optmath
    alias Unref(V : Ref!T, T) = T
  2. template Unref(V : RefTuple!T, T...)
  3. alias Unref(V) = V

Meta