treat ReifiedGeneric.__class_getitem__
the same as Generic.__class_getitem__
#126
Labels
ReifiedGeneric.__class_getitem__
the same as Generic.__class_getitem__
#126
currently to have multiple generics in a
ReifiedGeneric
you need to use atuple
type to work around the fact thatGeneric.__class_getitem__
's variadic argument length is intrinsic (?)The text was updated successfully, but these errors were encountered: