v2.0.0-alpha.4.21
·
80 commits
to master
since this release
Improve findClosestMapping (#50) * find closest mapping should return null if no mapping is found * add test and fix another edge case * use .at as it checks boundaries * use lower_bound * code cleanup * remove segfault-handler for now... * more test * bump version