[][src]Crate const_combinations

const fn combinations iter adapter

Structs

Combinations

An iterator that returns k-length combinations of values from iter.

Permutations

An iterator that returns k-length permutations of values from iter.

Traits

IterExt

An extension trait adding combinations and permutations to Iterator.