Module tuple

Source
Expand description

Heterogeneous data structures, random-access, sequentially allocated and statically sized.

Structs§

TupleFmt_tuple
A formatting wrapper for Tuples, implementing Display and Debug.
TupleIter_tuple
🔄 An iterator over elements of a Tuple.
TupleIterMut_tuple
🔄 An iterator over exclusive references to elements of a Tuple.
TupleIterRef_tuple
🔄 An iterator over shared references to elements of a Tuple.

Enums§

TupleElement_tuple
An element of a Tuple.
TupleElementMut_tuple
An exclusive reference to an element of a Tuple.
TupleElementRef_tuple
A shared reference to an element of a Tuple.

Traits§

Tuple_tuple
📦 Extension trait providing convenience methods for tuples.