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

Attempt for cleaner implementation #1

Closed
wants to merge 1 commit into from
Closed

Conversation

reneklacan
Copy link
Member

No description provided.

last_pos: IndexMap<ID, usize>,
iterator_reached_end: bool,
id_func: Box<dyn Fn(&T) -> ID + Send>,
}

impl<T, ID> DistributingIterator<T, ID>
where
ID: Eq + std::hash::Hash,
ID: Eq + std::hash::Hash + Clone,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's not please

@Antti
Copy link
Member

Antti commented Mar 18, 2024

image

@reneklacan reneklacan closed this Mar 18, 2024
@reneklacan reneklacan deleted the clean-attempt-2 branch March 18, 2024 16:10
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