-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add get_indexed_range to LiteMap #2730
Conversation
/// assert_eq!(sub_map.get(&1), Some(&"one")); | ||
/// assert_eq!(sub_map.get(&2), Some(&"two")); | ||
/// ``` | ||
pub fn as_sliced(&self) -> LiteMap<K, V, &S::Slice> { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Manishearth What should this function be called?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think it's fine
I had pulled this out of #2722, but I'm going to close this because I may not need it any more. |
No description provided.