Replies: 1 comment 2 replies
-
@clauderic thoughts? I wouldn't mind opening a PR if you think it's a good idea. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be nice to update types to accept
ReadonlyArray
s otherwise consumers have to use mutable arrays or ignore flow errors. For example,arrayMove
should acceptReadonlyArray<T>
.Beta Was this translation helpful? Give feedback.
All reactions