I was wondering if it would be possible to use an arbitrary number of arguments in class generics? In methods, it is possible using '...' which is why I'm wondering if there is a similar way for this to be done in class genericsI was wondering if it would be possible to use