Glossary coding Term Page

Tuple

A fixed-length collection that groups values in order

tuple #coding#rust
Korean version

Related Concepts

Core Idea

Tuple is A fixed-length collection that groups values in order, even if their types differ. It usually makes the most sense alongside Immutability, Scalar type, Array.

Why It Matters Here

Mathbong reuses this term across rust posts as shared vocabulary.

Posts Mentioning This Concept