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
For consistency with the new base library naming conventions, it would make sense to add an alias so that developers can use, for example, array.values() in place of array.vals(). We could deprecate vals() as long as the warnings are only visible within the canister / library itself and not from transitive dependencies.
The text was updated successfully, but these errors were encountered:
For consistency with the new base library naming conventions, it would make sense to add an alias so that developers can use, for example,
array.values()
in place ofarray.vals()
. We could deprecatevals()
as long as the warnings are only visible within the canister / library itself and not from transitive dependencies.The text was updated successfully, but these errors were encountered: