MemberFromName.Type

Undocumented in source.
  1. alias Type = symbol
  2. alias Type = typeof(symbol)
    template MemberFromName(alias parent, string name)
    static if(__traits(compiles, Alias!(__traits(getMember, parent, name))))
    static if(!(is(symbol)))
    static if(is(typeof(symbol)))
    alias Type = typeof(symbol)
  3. alias Type = void

Meta