To support a feature like: ```c++ iterator eliasfano_list::lower_bound(value_type target, size_type first, size_type last); iterator eliasfano_list::lower_bound(value_type target, iterator first, iterator last); ```