NonRef.NonRef

Undocumented in source.
  1. alias NonRef = T
    template NonRef(R)
    @nogc nothrow
    static if(is(R : Ref!T, T))
    alias NonRef = T
  2. alias NonRef = R

Meta