Day 5 - Compound Types
Jul 4, 2025 · 2 min read · Rust have two primitive types that can group multiple values in one type: Tuples Arrays Both have fixed size, that means that once they are declared they cannot grow or shrink in size. Tuples Tuples are used to group values with distinct types. T...
Join discussion