elliotchance / elliotchance/pie
func FindAll(ElementType) []int
Open
enhancement
- Dominant language
- Go
- Stars
- 2k
- Forks
- 95
- PR merge metrics
- No merged PRs in 30d
Description
FindAll is an extended version of Find that will zero or more indexes for all matches.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the existing Find function and related slice utilities in the repository. Add the FindAll(ElementType) []int entry point so it reports the indexes of every matching element, including an empty result when there are no matches; confirm the behavior against the project’s existing conventions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100