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

feat: enable iterating through module functions #220

Conversation

vados-cosmonic
Copy link
Contributor

No description provided.

This commit makes a `Fucntions::iter` available, to enable iterating
through functions present in a module.

To keep changes to the public interface small, `Functions<'a>` now has
a `iter()` function that returns an opaque iterator.

Signed-off-by: Victor Adossi <vadossi@cosmonic.com>
@vados-cosmonic vados-cosmonic force-pushed the feat=allow-iteration-over-functions-in-modules branch from 85f33d7 to feddd59 Compare November 4, 2024 17:51
@thesuhas thesuhas merged commit 5e1d02f into thesuhas:main Nov 4, 2024
2 checks passed
@vados-cosmonic vados-cosmonic deleted the feat=allow-iteration-over-functions-in-modules branch November 4, 2024 19:11
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