Concept

Tuple

Modified just now
Books JourneyProgramming Language Theory Statusmastered Tags
  • data-structure-algorithm
  • language-feature-design

A data structure that groups a fixed number of values of possibly different types (like (1, "hello", true)), accessed by position rather than name.

A data structure that groups a fixed number of values of possibly different types (like (1, "hello", true)), accessed by position rather than name.