Documentation
¶
Index ¶
- func Delete[T any](sli []T, start, end int) (res []T)
- func DeleteByIndex[T any](sli []T, i int) []T
- func Filter[T any](sli []T, filter func(element T) bool) (res []T)
- func HasNull[T any](s ...[]T) bool
- func Insert[T any](sli []T, i int, element ...T) []T
- func IsEmpty[T any](s []T) bool
- func IsNotEmpty[T any](s []T) bool
- func Range(end int) []int
- func RangeByStep(start, end, step int) []int
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteByIndex ¶
func RangeByStep ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.