menu
53 tokens
Tuples
Tuples
Tuples
- no more array tuples (need to free up
[T]and[T; N], arbitrary[X, Y, ...]is an error) - proper tuples! (A, B, C)
- empty tuple ==
() == void
1const position: (float64, float64) = (47.3769, 8.5417);Tuples
[T] and [T; N], arbitrary [X, Y, ...] is an error)() == void1const position: (float64, float64) = (47.3769, 8.5417);