getMembersByUDA

Workaround for getSymbolsByUDA not working on structs/classes with private members. Returns all the structure's members that have the given UDA.

template getMembersByUDA (
T
alias attribute
) {}

Meta