BaseType.BaseType

Undocumented in source.
  1. alias BaseType = TypedefBaseType!(T)
    template BaseType(T)
    static if(isTypedef!(T))
    alias BaseType = TypedefBaseType!(T)
  2. alias BaseType = BaseType!(Base)
  3. alias BaseType = T

Meta