kilianpaquier

Results 11 issues of kilianpaquier

**Purpose** Add `SplitBy(collection []T, predicate func(item T, index int) bool) ([]T, []T)` to `slice.go` features. A little more intuitive than `PartitionBy` when trying to split a slice in two slices.