Type.Type

Undocumented in source.
  1. alias Type = F
  2. alias Type = T
    template Type(T)
    static if(!(is(T : Nullable!F, F)))
    alias Type = T

Meta