rjantz3
Results
1
issues of
rjantz3
If there is an enum defined as `TEnum = (a1, b2, c3, d4)` and a set defined as `TEnumSet = set of TEnum` how can `[b2, d4]` be passed as...