Skip to content

feat: Tuple properties can be accessed without free identifier form #377

Merged
giann merged 2 commits into
mainfrom
tuple-index
Jun 3, 2026
Merged

feat: Tuple properties can be accessed without free identifier form #377
giann merged 2 commits into
mainfrom
tuple-index

Conversation

@giann
Copy link
Copy Markdown
Member

@giann giann commented Jun 3, 2026

final tuple = .{ 1, 2, 3 }

tuple.@"0" == 1

becomes

tuples.0 == 1

@giann giann merged commit 8f8885d into main Jun 3, 2026
38 checks passed
@giann giann deleted the tuple-index branch June 3, 2026 21:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant