//
pkg.gl
Category
github.com/IBM/fp-go
string
generic
package
1.0.150
Repository:
https://github.com/ibm/fp-go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
0
Files
15 SLOC
#
Functions
IsEmpty
IsEmpty tests if the string is empty.
IsNonEmpty
IsNonEmpty tests if the string is not empty.
Size
Size returns the size of the string.
ToBytes
ToBytes converts the string to bytes.
ToRunes
ToRunes converts the string to runes.