status-go/vendor/github.com/meirf/gopart/doc.go

6 lines
223 B
Go
Raw Normal View History

2022-09-29 11:50:23 +00:00
// The gopart package alleviates the issue of partitioning
// collections with wide-ranging types by returning index
// ranges that can be used on any indexable object.
// Inspired by Guava's Lists.partition
package gopart