alter-fixed-array-syntax #3

Merged
sashakoshka merged 6 commits from alter-fixed-array-syntax into main 2022-09-05 15:39:27 +00:00
Owner

Fixed array syntax is changed from :{Type N} to :Type:N. This was done because curly braces are for pointers and fixed length arrays are not pointers really. Also, :{Type:mut N}:mut was possible syntactically but makes no sense conceptually.

Fixed array syntax is changed from `:{Type N}` to `:Type:N`. This was done because curly braces are for pointers and fixed length arrays are not pointers really. Also, `:{Type:mut N}:mut` was possible syntactically but makes no sense conceptually.
sashakoshka added 6 commits 2022-09-05 15:39:19 +00:00
sashakoshka merged commit d8c0ce8d28 into main 2022-09-05 15:39:27 +00:00
sashakoshka deleted branch alter-fixed-array-syntax 2022-09-05 15:39:27 +00:00
This repo is archived. You cannot comment on pull requests.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: fspl/arf#3
No description provided.