Trait HomogeneousTuple

pub(in ::cmp) trait HomogeneousTuple: Tuple

Implementation detail for smallest and largest. Marker indicating that Self is a tuple where all members are of the same type.

Associated Types

type Item;

The type of each item in this tuple.

Implementors