You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 1, 2023. It is now read-only.
- remove dict_like_array()
- remove vec_like_array()
- use darray()/varray() instead of casts
- make UntypedArray return a varray_or_darray(mixed) instead of array
Treating `array` and `varray_or_darray` as interchangeable raises
notices on 4.58; this makes the modified types required - might as well
remove the old ones too while we're here, as they should go eventually.
0 commit comments