Documentation ¶
Index ¶
- func Contains[T any](list []T, obj T) (bool, error)
- func ContainsAll[T any](list []T, objs []T) (bool, error)
- func ContainsAny[T any](list []T, objs []T) (bool, error)
- func Filter[T any](list []T, f func(T) bool) ([]T, error)
- func FilterAll[T any](list []T, objs []T) ([]T, error)
- func Join[T any](list []T, f func(item T) string, delimeter string) string
- func Map[S, T any](list []S, f func(item S) T) []T
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ContainsAll ¶
func ContainsAny ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.