Documentation
¶
Index ¶
- Variables
- func Eq(left string, right string) bool
- func Equals(other string) func(string) bool
- func Format[T any](format string) func(t T) string
- func Includes(searchString string) func(string) bool
- func IsEmpty(s string) bool
- func IsNonEmpty(s string) bool
- func Semigroup() S.Semigroup[string]
- func Size(s string) int
- func ToBytes(s string) []byte
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ToUpperCase converts the string to uppercase ToUpperCase = strings.ToUpper // ToLowerCase converts the string to lowercase ToLowerCase = strings.ToLower // Ord implements the default ordering for strings Ord = O.FromStrictCompare[string]() )
View Source
var Monoid = M.MakeMonoid(concat, "")
Monoid is the monoid implementing string concatenation
Functions ¶
func IsNonEmpty ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.