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 ListBuilder.indexOf #231

Open
derolf opened this issue Feb 16, 2021 · 1 comment
Open

Add ListBuilder.indexOf #231

derolf opened this issue Feb 16, 2021 · 1 comment
Assignees

Comments

@derolf
Copy link

derolf commented Feb 16, 2021

When mutation the ListBuilder, this would be handy:

int indexWhere(bool Function(E) test, [int start = 0]);

@davidmorgan
Copy link
Contributor

Thanks.

The original design limited read methods on the builder to discourage using the builder too widely; maybe it's time to revisit that.

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

2 participants