is there a nice way to do the following: I have a ...
# announcements
n
is there a nice way to do the following: I have a list of objects List<TypeA>, I want List<Pair<TypeA, TypeB>> I know that i can zip to get the list of pairs however, TypeB is an enum and so I want to just zip the length of List<TypeA> with the same enum TypeB