Skip to content

tideland/go-slices

Repository files navigation

Tideland Go Slices

GitHub release GitHub license Go Module GoDoc Workflow Go Report Card

Description

Tideland Go Slices provides a set of functions for the processing of types slices based on generics and higher-order functions. This processing contains tests, mappings, filterings, concatings, deleting, filtering, folding and many more. Opposite to the standard library of Go with similiar functions like e.g. Sort() will not work on the same slice. All functions return new created slices, even if a variable operation would have no effect.

Contributors