prysm-pulse/shared/slices/doc.go

19 lines
295 B
Go
Raw Normal View History

/*
Package slices 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 slices