TypeOf.TypeOf

Undocumented in source.
  1. alias TypeOf = typeof(T)
    template TypeOf(alias T)
    package
    static if(__traits(compiles, typeof(T)))
    alias TypeOf = typeof(T)
  2. alias TypeOf = T

Meta