Skip to content
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

Closed
wants to merge 5 commits into from
Closed

Add get_indexed_range to LiteMap #2730

wants to merge 5 commits into from

Conversation

sffc
Copy link
Member

@sffc sffc commented Oct 7, 2022

No description provided.

@sffc sffc requested review from Manishearth and a team as code owners October 7, 2022 14:04
experimental/asciitrie/README.md Outdated Show resolved Hide resolved
Manishearth
Manishearth previously approved these changes Oct 7, 2022
Manishearth
Manishearth previously approved these changes Oct 7, 2022
/// 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> {
Copy link
Member Author

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?

Copy link
Member

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

@sffc sffc marked this pull request as draft November 10, 2022 19:17
@sffc
Copy link
Member Author

sffc commented Nov 10, 2022

I had pulled this out of #2722, but I'm going to close this because I may not need it any more.

@sffc sffc closed this Nov 10, 2022
@sffc sffc deleted the slice branch November 10, 2022 19:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants