Documentation ¶
Overview ¶
Package utildownload contains internal helper functions utilized by the primary mobsql app logic.
Index ¶
- func Anyify[T any](items []T) []any
- func ArrayWithValue[T any](size int, s T) []T
- func ColonPrefixItems(items []string) []string
- func IntArraysSortedFilter(intArrays [][]int) [][]int
- func ItemInArray[T comparable](item T, items []T) bool
- func MapKeys[T comparable](m map[T]any) []T
- func Pairs[T any](items []T) [][]T
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ArrayWithValue ¶
func ColonPrefixItems ¶
func IntArraysSortedFilter ¶
func ItemInArray ¶
func ItemInArray[T comparable](item T, items []T) bool
func MapKeys ¶
func MapKeys[T comparable](m map[T]any) []T
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.