typeName.parent

Undocumented in source.
template typeName(T)
static if(__traits(compiles, __traits(parent, T)))
alias parent = Alias!(__traits(parent, T))

Meta