int64Array

package
v1.0.9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 31, 2020 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AsInterface

func AsInterface(this []int64) []interface{}

func Contain

func Contain(arr []int64, item int64) bool

func Find

func Find(arr []int64, fn Int64ArrSearchFunc) int64

func FindIndex

func FindIndex(arr []int64, fn Int64ArrSearchFunc) int

func ForEach

func ForEach(arr []int64, fn Int64ArrForEachFunc)

func Join

func Join(arr []int64, sep string) string

func Map

func Map(arr []int64, fn Int64ArrMapFunc)

func Sort

func Sort(arr []int64, comparer ...ArrSortCompareFunc)

func String

func String(this []int64) string

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) Insert

func (iar *TInt64Slice) Insert(index int, item int64) error

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL