Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InArrayStringCaseInsensitive ¶
For now, use only for slices < 100 in length for performance. To do: more scalable implementation that uses sorting/searching.
func Slice ¶ added in v0.45.0
func Slice[E constraints.Ordered](s []E)
Slice sorts a slice of items that comply wth `constraints.Ordered`.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.