Documentation ¶
Index ¶
- func BytesToStrings(xs [][]byte) []string
- func Contain(xs, ys []typeclass.Ord) bool
- func D16func(a []byte) (uint16, error)
- func D32func(a []byte) (uint32, error)
- func D64func(a []byte) (uint64, error)
- func D8func(a []byte) (uint8, error)
- func DB16func(a []byte) (uint16, error)
- func DB32func(a []byte) (uint32, error)
- func DB64func(a []byte) (uint64, error)
- func Decode(data []byte, v interface{}) error
- func Dslice(data []byte) ([]byte, []byte, error)
- func Dup(a []byte) []byte
- func E16func(a uint16) []byte
- func E32func(a uint32) []byte
- func E64func(a uint64) []byte
- func E8func(a uint8) []byte
- func EB16func(a uint16) []byte
- func EB32func(a uint32) []byte
- func EB64func(a uint64) []byte
- func Encode(v interface{}) ([]byte, error)
- func Eslice(a []byte) []byte
- func Max(x, y int) int
- func Min(x, y int) int
- func MostFrequent(xs []typeclass.Ord) (int, []typeclass.Ord)
- func StringsAdd(xs []string, x string) []string
- func StringsDel(xs []string, x string) []string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BytesToStrings ¶
func StringsAdd ¶
func StringsDel ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.