gammazero / slice

Manipulate slices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Manipulate slices

License:MIT License


Languages

Language:Go 100.0%