RefType.RefType

  1. alias RefType = T
    template RefType(T)
    static if(is(T == class))
    alias RefType = T
  2. alias RefType = T*

Meta