Documentation
¶
Index ¶
- func Abs(v int64) int64
- func Contains(vs []int64, v int64) bool
- func FromString(s string) (int64, error)
- func Int64(v *int64) int64
- func Int64OrDefault(v *int64, defaultVal int64) *int64
- func Max(v int64, vs ...int64) int64
- func Min(v int64, vs ...int64) int64
- func Pointer(v int64) *int64
- func Random() int64
- func RandomN(n int64) int64
- func Sort(vs []int64) []int64
- func Unique(vs []int64) []int64
- type Int64Slice
- type Set
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Int64OrDefault ¶
Int64OrDefault returns int64 if it is not nil, and a pointer to defaultVal otherwise.
Types ¶
type Int64Slice ¶
type Int64Slice []int64
func (Int64Slice) Len ¶
func (p Int64Slice) Len() int
func (Int64Slice) Less ¶
func (p Int64Slice) Less(i, j int) bool
func (Int64Slice) Swap ¶
func (p Int64Slice) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.