Open
Description
FrozenArray
s are essentially readonly arrays in Swift.
ObservableArray
s seem to have an identical API to a regular array, except that the spec can define custom behaviors when the array is modified. So I’m not sure whether we need to do anything special in Swift to handle this.