Documentation
¶
Index ¶
- func ByteIndex(s string, c byte) int
- func Count(s string, b byte) int
- func CountAnyByte(s string, t string) int
- func Dtoi(s string, i0 int) (n int, i int, ok bool)
- func GetFields(s string) []string
- func Itoa(i int) string
- func Itod(i uint) string
- func Itox(i uint, min int) string
- func Last(s string, b byte) int
- func SplitAtBytes(s string, t string) []string
- func Xtoi(s string, i0 int) (n int, i int, ok bool)
- func Xtoi2(s string, e byte) (byte, bool)
- type File
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CountAnyByte ¶
Count occurrences in s of any bytes in t.
Types ¶
type File ¶
type File struct {
// contains filtered or unexported fields
}
func (*File) GetLineFromData ¶
Click to show internal directories.
Click to hide internal directories.