Documentation ¶
Index ¶
- func AsInterface(this []int64) []interface{}
- func Contain(arr []int64, item int64) bool
- func Find(arr []int64, fn Int64ArrSearchFunc) int64
- func FindIndex(arr []int64, fn Int64ArrSearchFunc) int
- func ForEach(arr []int64, fn Int64ArrForEachFunc)
- func Join(arr []int64, sep string) string
- func Map(arr []int64, fn Int64ArrMapFunc)
- func Sort(arr []int64, comparer ...ArrSortCompareFunc)
- func String(this []int64) string
- type TInt64Slice
- func (iar *TInt64Slice) Append(item ...int64) int
- func (iar *TInt64Slice) Clear()
- func (iar *TInt64Slice) Concat(arrs ...[]int64) int
- func (iar TInt64Slice) Contain(item int64) bool
- func (iar *TInt64Slice) Delete(index int) error
- func (iar TInt64Slice) Find(fn Int64ArrSearchFunc) int64
- func (iar TInt64Slice) FindIndex(fn Int64ArrSearchFunc) int
- func (iar TInt64Slice) ForEach(fn Int64ArrForEachFunc)
- func (iar *TInt64Slice) Insert(index int, item int64) error
- func (iar TInt64Slice) Join(sep string) string
- func (iar *TInt64Slice) Prepend(item ...int64) int
- func (iar TInt64Slice) Size() int
- func (iar TInt64Slice) Sort(comparer ...ArrSortCompareFunc)
- func (iar TInt64Slice) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AsInterface ¶
func AsInterface(this []int64) []interface{}
Types ¶
type TInt64Slice ¶
type TInt64Slice []int64
func New ¶
func New(src ...[]int64) TInt64Slice
func (*TInt64Slice) Append ¶
func (iar *TInt64Slice) Append(item ...int64) int
func (*TInt64Slice) Clear ¶
func (iar *TInt64Slice) Clear()
func (*TInt64Slice) Concat ¶
func (iar *TInt64Slice) Concat(arrs ...[]int64) int
func (TInt64Slice) Contain ¶
func (iar TInt64Slice) Contain(item int64) bool
func (*TInt64Slice) Delete ¶
func (iar *TInt64Slice) Delete(index int) error
func (TInt64Slice) Find ¶
func (iar TInt64Slice) Find(fn Int64ArrSearchFunc) int64
func (TInt64Slice) FindIndex ¶
func (iar TInt64Slice) FindIndex(fn Int64ArrSearchFunc) int
func (TInt64Slice) ForEach ¶
func (iar TInt64Slice) ForEach(fn Int64ArrForEachFunc)
func (TInt64Slice) Join ¶
func (iar TInt64Slice) Join(sep string) string
func (*TInt64Slice) Prepend ¶
func (iar *TInt64Slice) Prepend(item ...int64) int
func (TInt64Slice) Size ¶
func (iar TInt64Slice) Size() int
func (TInt64Slice) Sort ¶
func (iar TInt64Slice) Sort(comparer ...ArrSortCompareFunc)
func (TInt64Slice) String ¶
func (iar TInt64Slice) String() string
Click to show internal directories.
Click to hide internal directories.