YTSFlix_Go/vendor/github.com/anacrolix/missinggo/slices/doc.go

6 lines
264 B
Go
Raw Normal View History

2018-11-04 14:58:15 +00:00
// Package slices has several utilities for operating on slices given Go's
// lack of generic types. Many functions take an argument of type func(l, r T)
// bool, that's expected to compute l < r where T is T in []T, the type of the
// given slice.
package slices