Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correctly handle FrozenArray and ObservableArray #36

Open
j-f1 opened this issue May 3, 2022 · 0 comments
Open

Correctly handle FrozenArray and ObservableArray #36

j-f1 opened this issue May 3, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@j-f1
Copy link
Member

j-f1 commented May 3, 2022

FrozenArrays are essentially readonly arrays in Swift.

ObservableArrays 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.

@j-f1 j-f1 added the enhancement New feature or request label May 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant