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

[Feature Request]: remove struct Iterable #12

Open
laysakura opened this issue Apr 11, 2023 · 0 comments
Open

[Feature Request]: remove struct Iterable #12

laysakura opened this issue Apr 11, 2023 · 0 comments

Comments

@laysakura
Copy link
Owner

What would you like to happen?

#[derive(Clone, Debug)]
pub struct Iterable<E>
where
E: ElemType,
{
phantom: PhantomData<E>,
}

We have trait IntoIterator in Rust and we should rather use it.

Issue Priority

Priority: 3

Issue Component

Component: beam-community

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant