Documentation
¶
Index ¶
- func Author() string
- func Different(x, y interface{}) interface{}
- func Intersect(x, y interface{}) interface{}
- func IsUnique(v interface{}) bool
- func License() string
- func Merge(x, y interface{}) interface{}
- func Unique(v interface{}) interface{}
- func UniqueAppend(v interface{}, x interface{}) interface{}
- func Version() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Different ¶ added in v0.21.4
func Different(x, y interface{}) interface{}
Different returns difference of two slices
func Intersect ¶ added in v0.21.4
func Intersect(x, y interface{}) interface{}
Intersect returns intersection of two slices
func IsUnique ¶ added in v0.21.3
func IsUnique(v interface{}) bool
IsUnique returns whether slice is unique
func Merge ¶ added in v0.21.4
func Merge(x, y interface{}) interface{}
Merge returns merged of two slices
func UniqueAppend ¶ added in v0.21.3
func UniqueAppend(v interface{}, x interface{}) interface{}
UniqueAppend append to slice if not exists
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.