elliotchance / elliotchance/pie

func FindAll(ElementType) []int

Open
#116 0 comments 0 reactions 0 assignees View on GitHub
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.