getStyleSets.children

Undocumented in source.
template getStyleSets(T)
static if(!(is(T : List!(Item, tag), Item, string tag)))
static if(!(isPointer!T))
static if(!(isCallable!T))
alias children = staticMap!(TypeOf, symbols)

Meta