Documentation ¶
Index ¶
- func Concat(strs []string, sep string) string
- func ConcatFunc(strs []string, sep string, f func(string) (string, bool)) string
- func Contains[T ~string](strs []T, target T) bool
- func FloatToStrings[T constraints.Float](s []T) []string
- func IntToStrings[T constraints.Integer](s []T) []string
- func Reverse(s string) string
- func ToLower(s *string)
- func ToNumber[T constraints.Integer | constraints.Float](str string) (T, error)
- func ToUpper(s *string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FloatToStrings ¶
func FloatToStrings[T constraints.Float](s []T) []string
func IntToStrings ¶
func IntToStrings[T constraints.Integer](s []T) []string
func ToNumber ¶
func ToNumber[T constraints.Integer | constraints.Float](str string) (T, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.