TypeOf.TypeOf

Undocumented in source.
  1. alias TypeOf = thing
    template TypeOf(alias thing)
    @safe
    static if(std.traits.isType!thing || !__traits(compiles, typeof(thing)))
    alias TypeOf = thing
  2. alias TypeOf = typeof(thing)

Meta