SimpleTypeOf.SimpleTypeOf

Undocumented in source.
  1. alias SimpleTypeOf = SimpleTypeOf!(std.traits.PointerTarget!Type)
    template SimpleTypeOf(alias thing)
    @safe
    static if(isPointer!Type)
    static if(isPointer!(std.traits.PointerTarget!Type))
    alias SimpleTypeOf = SimpleTypeOf!(std.traits.PointerTarget!Type)
  2. alias SimpleTypeOf = std.traits.PointerTarget!Type
  3. alias SimpleTypeOf = Type

Meta