package
0.0.0-20250206101203-bd6683890685
Repository: https://github.com/dockerian/go-coding.git
Documentation: pkg.go.dev

# Functions

ByCaseInsensitive sort case-insensitive strings.
ComparebyCaseInsensitive compares strings by case-insensitivity.
CompareByLength compares strings by length.
LessByCaseInsensitivity compares strings by case-insensitivity.
LessByLength compares strings by length.
Reverse a string.
ReverseWords reverses a string by words.

# Variables

ByCaseInsensitivity is a By function for string sorting.
ByLength is a By function for string sorting.

# Type aliases

By is a "Less" function type defines how to sort strings.
Runes type represents array of runes, aka `[]rune`.
Str type is an alias to string.