Documentation
¶
Index ¶
- func AlphaNumeric(str string) string
- func Filter[T any](slice []T, pred func(l T) bool) (retval []T)
- func Find[T any](slice []T, pred func(l T) bool) (retval T)
- func IndexOf[T comparable](slice []any, item T) int
- func KebabCase(str string) string
- func LastIndexOf[T comparable](slice []any, item T) int
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AlphaNumeric ¶
func IndexOf ¶
func IndexOf[T comparable](slice []any, item T) int
func LastIndexOf ¶
func LastIndexOf[T comparable](slice []any, item T) int
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.