range search would be nice

This commit is contained in:
Daniel Micay 2013-01-15 09:50:51 -05:00 committed by Graydon Hoare
parent 670748e383
commit 90b111f4bf

View File

@ -25,6 +25,8 @@ use core::prelude::*;
// Future improvements:
// range search - O(log n) retrieval of an iterator from some key
// implement Ord for TreeSet
// could be superset/subset-based or in-order lexicographic comparison... but
// there are methods for is_superset/is_subset so lexicographic is more useful