Crate const_combinations[][src]

Expand description

const fn combinations iter adapter

Structs

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

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

Traits

An extension trait adding combinations and permutations to Iterator.