member.Type

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

Meta