Commit Graph

17 Commits

Author SHA1 Message Date
Anandraj Elumalai
27d881052b fix: resolved code smells (#258)
Made the project to smell good

Co-authored-by: aelumalai <aelumalai@paypal.com>
2022-10-31 15:48:04 +01:00
Samuel Berthe
31f3bc3a85 test: parallel tests everywhere (#228) 2022-10-02 21:38:26 +02:00
Corentin Clabaut
dcaaeb0f65 Add Duplicate & DuplicateBy (#122)
* Add FindDuplicates & FindDuplicatesBy & FindUniques & FindUniquesBy

Co-authored-by: Samuel Berthe <dev@samuel-berthe.fr>
2022-07-05 00:46:24 +02:00
Samuel Berthe
5bdd1c13c9 feat: adding FindKey and FindKeyBy 2022-07-04 00:57:53 +02:00
Scott Crunkleton
c77a9c03e7 Nth: Fix bug for -1 index on slice of len 1. Simplified/more performant out of bounds checking. (#137) 2022-07-03 22:20:35 +02:00
lu4p
305f565368 remove unnecessary explicit typeparams (#134) 2022-05-11 13:10:36 +02:00
Samuel Berthe
dff318b485 doc(coalesce): adding doc for this new helper 2022-04-21 17:19:25 +02:00
wirekang
b803f8aa23 Add #96 2022-04-20 22:25:22 +09:00
Ferdinand Mütsch
ea450284be feat: implement findorelse function (resolve #52) 2022-04-11 22:10:57 +02:00
Samuel Berthe
78aa4b0940 Merge branch 'master' into minmaxby 2022-04-11 20:36:16 +02:00
Samuel Berthe
5faec93789 feat(find): adding FindLastIndexOf + doc 2022-04-11 20:10:27 +02:00
Albert Salim
b967afe9a7 Implement FindIndex
FindIndex searches an element in a slice based on a predicate and returns the index and true.
It returns -1 and false if the element is not found.

#61
2022-04-11 13:55:40 +08:00
CorentinClabaut
cc71adbe19 Implements MinBy and MaxBy
closes #71
2022-03-24 08:54:41 +01:00
Samuel Berthe
98ecdea940 adding Sample+Samples 2022-03-05 23:13:18 +01:00
Samuel Berthe
d90b8528ad fix Nth 2022-03-05 20:14:04 +01:00
Samuel Berthe
a59137782c Last and Nth return errors 2022-03-03 18:10:32 +01:00
Samuel Berthe
74b7c77702 Initial commit 2022-03-02 13:52:01 +01:00