Documentation
¶
Index ¶
- func Append[T any](list []T, tail []T) []T
- func Find(list interface{}, value interface{}) int
- func Has(list interface{}, value interface{}) bool
- func Interfaces(list interface{}) []interface{}
- func Remove(slicePtr interface{}, index int)
- func Reverse(array interface{})
- func Split[T any](dataList []T, pageSize int) [][]T
- func ToInt64List(list []interface{}) []int64
- func ToList[V any](list []interface{}, defaultValue V) []V
- func ToMapList(list []interface{}) []map[string]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.