getStyleSetsExtends.children

Undocumented in source.
template getStyleSetsExtends(T)
static if(!(isPointer!T))
static if(!(isCallable!T))
alias children = staticMap!(TypeOf, getSymbolsByUDA!(T, child))

Meta