mirror of
https://github.com/status-im/status-go.git
synced 2025-03-02 23:50:59 +00:00
6 lines
223 B
Go
6 lines
223 B
Go
|
// 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
|