Documentation
¶
Index ¶
- func Concat[T any](slices ...[]T) []T
- func ExpectSlice(v any)
- func Indexes[T any](slice []T) []int
- func IsSlice(slice any) bool
- func ItemType(slice any) reflect.Kind
- func Prepend[T any](slice []T, item T) []T
- func Remove[T any](slice []T, i int) []T
- func RemoveEmpty[T any](slices [][]T) [][]T
- func Reverse[T any](slice []T) []T
- func Shift[T any](slice []T) []T
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RemoveEmpty ¶
func RemoveEmpty[T any](slices [][]T) [][]T
Remove all empty slices from the 2D slice given
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.