Returns the types in the @Types UDA associated to a test
import unit_threaded.attrs; @Types!(int, float) int i; static assert(HasTypes!i); static assert(is(GetTypes!i == AliasSeq!(int, float)));
See Implementation
Returns the types in the @Types UDA associated to a test