List & combinations...



Hi all,

If a have a list like the following:

{ {1 2 3} {a b} }

is there an easy way to get all combinations, like:

1 a
2 a
3 a
1 b
2 b
3 b

Something like ::struct::list permutations that I don't know of?

George
.