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 Oct 4, 2020. It is now read-only.
Hi, it's maybe my ignorance. since this library implements map using Binary Tree, i guess it can do range searches, right? To illustrate, i have a Map that key are numbers and the values are just a string, since i need efficient ranges searches, i need to take all tree (Map k v) where the key between for example 0-50. is it possible? i found fromZipper function, but i don't know how to use it. 😄