swift
43c4fce7 - stdlib: make `Array.count` an array semantic function

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.
Author
Committer
Parents
Loading