This repository was archived by the owner on Oct 4, 2020. It is now read-only.

Description
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. 😄