BaseType.BaseType

Undocumented in source.
  1. alias BaseType = BaseType!(ForeachType!T)
  2. alias BaseType = TypedefType!(Unqual!T)
    template BaseType(T)
    static if(!(isArray!T && !isSomeString!T))
    alias BaseType = TypedefType!(Unqual!T)

Meta