Documentation ¶
Index ¶
- func ChangeBase(i int64, base int) string
- func Curve(val, min, max int) int
- func CurveMax(val, max int) int
- func CurveMin(val, min int) int
- func Ptr(val int) *int
- func SplitInGroups(total, groupCount int) []int
- func ToString(i int) string
- func ToString32(i int32) string
- func ToString64(i int64) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ChangeBase ¶
func SplitInGroups ¶ added in v0.0.14
SplitInGroups splits total into groupCount groups. total: 5, groupCount: 3 => [2, 2, 1] total: 5, groupCount: 2 => [3, 2]
func ToString32 ¶
func ToString64 ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.