Module tuple

Source
Expand description

Implementations for tuples.

Since array-or-slice-like types can only carry elements of the same type, tuple is the only way to push multiple elements with different types.

Structsยง

SeplessTuple
Tuple but will not insert separator between elements.