|
|
|
|
|
by masklinn
3214 days ago
|
|
> This API was around for years, with people using tuple indexing either explicitly or through destructuring assignment. FWIW destructuring assignment uses the iteration protocol[0] not indexing. [0] which can fallback on indexing if there is no explicit iteration support, IME that tends to be more unhelpful than convenient |
|