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.

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

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

Traits

An extension trait adding combinations and permutations to Iterator.

An extension trait adding combinations and permutations to Slice.