google / google/built_collection.dart
Add ListBuilder.indexOf
Open
p3 / feature request
- Dominant language
- Dart
- Stars
- 285
- Forks
- 54
- Avg merge
- 23m
- Merged PRs (30d)
- 1
Description
When mutation the ListBuilder, this would be handy:
`int indexWhere(bool Function(E) test, [int start = 0]);`
Contributor guide
Assessment
This issue has not been assessed yet.