Type.Type

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

Meta