NonRef.NonRef

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

Meta