/slice

Manipulate slices

Primary LanguageGoMIT LicenseMIT

slice

Manipulate slices

GoDoc License

Package slice provides slice manipulation functions using generics. Functions that rely on comparing or ordering items in a slice operate on slices of any ordered type. Other slice manipulation functions work on any type.

Installation

$ go get github.com/gammazero/slice