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
const sm = new SortedMap()
// Fill SortedMap
const sm_desc = sm.reversed()
fails with "TypeError: this.constructClone(...).reverse is not a function", specifically on line 267 of generic-collection.js.GenericCollection.reversed. Per the docs, I was expecting it to return a copy with the items in reversed order of keys.
The text was updated successfully, but these errors were encountered:
The following code:
fails with "TypeError: this.constructClone(...).reverse is not a function", specifically on line 267 of generic-collection.js.GenericCollection.reversed. Per the docs, I was expecting it to return a copy with the items in reversed order of keys.
The text was updated successfully, but these errors were encountered: