is it possible to have a list that accepts only X ...
# announcements
m
is it possible to have a list that accepts only X or Y type and not
Any
d
Can you make X and Y implement an interface?
r
Perhaps you can have a list of arrow-kt's
Either<X, Y>