swift
43c4fce7
- stdlib: make `Array.count` an array semantic function
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
stdlib: make `Array.count` an array semantic function So far the semantic annotation was just added to the internal `_getCount` function. But for FixedArray it is also required to add the `@_semantics("array.get_count")` to the public API.
References
#70301 - Add experimental support for fixed arrays
Author
eeckstein
Committer
eeckstein
Parents
ded20d3c
Loading