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 IntegerSuffix ¶ added in v0.72.2
IntegerSuffix sorts strings like "ABC-10", "ABC-2", "XYZ", "FOO-bar". - Stable sort - Only numeric suffixes are considered
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.