montagejs / collections

This package contains JavaScript implementations of common data structures with idiomatic interfaces.
http://www.collectionsjs.com
Other
2.09k stars 185 forks source link

Do your maps support lower_bound or upper_bound methods? #208

Open jeffsaremi opened 6 years ago

jeffsaremi commented 6 years ago

Here are the c++ definitions:

http://www.cplusplus.com/reference/map/map/upper_bound/ http://www.cplusplus.com/reference/map/map/lower_bound/