//
pkg.gl
Category
github.com/golangltd/leafltd
src
golang.org
x
exp
utf8string
package
0.0.0-20201102054017-282493799a89
Repository:
https://github.com/golangltd/leafltd.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
168 SLOC
#
Functions
NewString
NewString returns a new UTF-8 string with the provided contents.
#
Structs
String
String wraps a regular string with a small structure that provides more efficient indexing by code point index, as opposed to byte index.