Documentation
¶
Overview ¶
This file has automatically been generated on Wed Feb 26 15:50:56 +05 2020. DO NOT EDIT.
Index ¶
- func DecodeLastRune(p []byte) (rune, int)
- func DecodeLastRuneInString(s string) (rune, int)
- func DecodeRune(p []byte) (rune, int)
- func DecodeRuneInString(s string) (rune, int)
- func EncodeRune(p []byte, r rune) int
- func FullRune(p []byte) bool
- func FullRuneInString(s string) bool
- func RuneCount(p []byte) int
- func RuneCountInString(s string) int
- func RuneLen(r rune) int
- func RuneStart(b byte) bool
- func Valid(p []byte) bool
- func ValidRune(r rune) bool
- func ValidString(s string) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeLastRune ¶
func DecodeLastRuneInString ¶
func DecodeRune ¶
func DecodeRuneInString ¶
func EncodeRune ¶
func FullRuneInString ¶
func RuneCountInString ¶
func ValidString ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.