GoPLS Viewer

Home|gopls/go/ssa/interp/testdata/src/unicode/utf8/utf8.go
1package utf8
2
3func DecodeRuneInString(string) (runeint)
4
5func DecodeRune(b []byte) (runeint) {
6    return DecodeRuneInString(string(b))
7}
8
9const RuneError = '\uFFFD'
10
MembersX
DecodeRune.b
RuneError
DecodeRuneInString
DecodeRune
Members
X