Skip to content

Add FirstNonZero helper function#94

Merged
Mzack9999 merged 3 commits intomainfrom
issue-92-first-non-zero
Feb 26, 2023
Merged

Add FirstNonZero helper function#94
Mzack9999 merged 3 commits intomainfrom
issue-92-first-non-zero

Conversation

@xm1k3
Copy link
Copy Markdown
Contributor

@xm1k3 xm1k3 commented Feb 24, 2023

func FirstNonZero[T comparable](inputs []T) (T, bool)

@xm1k3 xm1k3 self-assigned this Feb 24, 2023
@xm1k3 xm1k3 added the Type: Enhancement Most issues will probably ask for additions or changes. label Feb 24, 2023
@xm1k3 xm1k3 linked an issue Feb 24, 2023 that may be closed by this pull request
@xm1k3 xm1k3 marked this pull request as ready for review February 24, 2023 17:05
@xm1k3 xm1k3 requested a review from Mzack9999 February 24, 2023 18:25
@Mzack9999 Mzack9999 merged commit 729c195 into main Feb 26, 2023
@Mzack9999 Mzack9999 deleted the issue-92-first-non-zero branch February 26, 2023 13:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Type: Enhancement Most issues will probably ask for additions or changes.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add FirstNonZero helper function

2 participants