Is there a Phobos method/range for selecting all pairs out of a range without caring about the ordering within each pair?

Example:

[1,2,3] => [(1,2), (2,3), (3,1)]

Reply via email to