Documentation
¶
Index ¶
- func At[T any](ss []T, i int) (r T)
- func Avg[T U](ss []T) (avg T)
- func Del[T any](ss []T, i int) []T
- func Find[T any](s []T, predicate func(item T) bool) (r T, index int)
- func Index[T any](s []T, predicate func(item T) bool) (index int)
- func Set[T any](ss []T, i int, v T)
- func Sum[T U](ss []T) (sum T)
- type F
- type I
- type N
- type U
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.