Documentation
¶
Index ¶
- func Between(val, min, max int) bool
- func Contains(arr []int, val int) bool
- func InArray(val int, arr []int) bool
- func Itoa(i int) string
- func Max(v ...int) int
- func Min(v ...int) int
- func Random(min, max int) int
- func RandomString(length int) string
- func Range(min, max int) []int
- func Sort(slice []int) []int
- func SortAsc(slice []int) []int
- func SortDesc(slice []int) []int
- func Split(s, sep string) []int
- func Sum(v ...int) int
- func SumSlice(v []int) int
- type Counter
- type Int
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RandomString ¶
RandomString returns a random string of length.
Types ¶
Click to show internal directories.
Click to hide internal directories.