prysm-pulse/shared/sliceutil/doc.go
Raul Jordan cec6c8de83 Standardize Naming of Shared Packages, Remove Deprecated Packages (#1435)
* rem txpool

* standardize repo shared utils, remove deprecated items

* complete

* package lvl godoc
2019-01-31 10:53:58 +08:00

19 lines
301 B
Go

/*
Package sliceutil implements set operations for specified data type
Currently types which are tested and supported are:
[]uint32
[]int32
[]string
[]float32
[]uint64
[]int64
[]string
[]float64
Intersection, Union, Not , IsIn are the operations which are supported on slices
*/
package sliceutil