I am looking for an implementation of a ranges view that lazily creates the k combinations of a given range.
For example the range {1, 2, 3} with 2 combi
{1, 2, 3}