Swift: Fix change note

This commit is contained in:
Jeroen Ketema
2026-04-17 13:29:24 +02:00
parent dd2440086f
commit e3b88cbad3

View File

@@ -1,4 +1,4 @@
---
category: feature
---
* The `BuiltinFixedArrays` class now defines the predicates `getSize` and `getElementType`, which yield the size of the array and the type of elements stored in the array, respectively.
* The `BuiltinFixedArrayType` class now defines the predicates `getSize` and `getElementType`, which yield the size of the array and the type of elements stored in the array, respectively.