Documentation ¶
Index ¶
- func ArraySlice(s []any, offset, length int) []any
- func ElementExists(in interface{}, elem interface{}) (bool, int)
- func FilterNonEmptyString(arr []string) []string
- func FilterNonZero(arr []int64) []int64
- func Intersection(a, b []int64) (c []int64)
- func MinimumFloat64(values []float64) (min float64)
- func RemoveStringAtIndex(s []string, index int) []string
- func SlicePointersToSlice[V any](s []*V) []V
- func SliceToSlicePointers[V any](s []V) []*V
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ArraySlice ¶ added in v1.113.0
func ElementExists ¶
func FilterNonEmptyString ¶
func FilterNonZero ¶
func Intersection ¶
Intersection Finds the intersection between two integer arrays
func MinimumFloat64 ¶
func RemoveStringAtIndex ¶
func SlicePointersToSlice ¶ added in v1.201.0
func SlicePointersToSlice[V any](s []*V) []V
func SliceToSlicePointers ¶ added in v1.201.0
func SliceToSlicePointers[V any](s []V) []*V
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.