tuple
aka. ordered tuple
“ordered”は冗長だろう。wint.icon
ja: 順序組
命名法
項数が n と明示された場合
n-tuple
ja: n-組、n-重対
aka. Nつ組
n=2
pair, ordered pair, couple
対、順序対
aka. 2つ組
n=3
triple
aka. 3つ組
不定の場合
list, ordered list
1つ組はナンセンスだが、プログラミング言語によっては対応してる こともある。
e.g. Python, Scala
0つ組を Unit 相当の値として扱う言語もある。
e.g. Haskell, Rust
ref.
順序組 - Wikipedia