FromRefType.FromRefType

  1. alias FromRefType = T
    template FromRefType(R)
    static if(is(T == class))
    alias FromRefType = T
  2. alias FromRefType = typeof(*(R.init))

Meta