xuint64Slice

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 []uint64) []interface{}

func Contain

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

func Find

func Find(arr []uint64, fn Uint64ArrSearchFunc) uint64

func FindIndex

func FindIndex(arr []uint64, fn Uint64ArrSearchFunc) int

func ForEach

func ForEach(arr []uint64, fn Uint64ArrForEachFunc)

func Join

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

func Map

func Map(arr []uint64, fn Uint64ArrMapFunc)

func Sort

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

func String

func String(this []uint64) string

Types

type TUint64Slice

type TUint64Slice []uint64

func New

func New(src ...[]uint64) TUint64Slice

func (*TUint64Slice) Append

func (iar *TUint64Slice) Append(item ...uint64) int

func (*TUint64Slice) Clear

func (iar *TUint64Slice) Clear()

func (*TUint64Slice) Concat

func (iar *TUint64Slice) Concat(arrs ...[]uint64) int

func (TUint64Slice) Contain

func (iar TUint64Slice) Contain(item uint64) bool

func (*TUint64Slice) Delete

func (iar *TUint64Slice) Delete(index int) error

func (TUint64Slice) Find

func (iar TUint64Slice) Find(fn Uint64ArrSearchFunc) uint64

func (TUint64Slice) FindIndex

func (iar TUint64Slice) FindIndex(fn Uint64ArrSearchFunc) int

func (TUint64Slice) ForEach

func (iar TUint64Slice) ForEach(fn Uint64ArrForEachFunc)

func (*TUint64Slice) Insert

func (iar *TUint64Slice) Insert(index int, item uint64) error

func (TUint64Slice) Join

func (iar TUint64Slice) Join(sep string) string

func (*TUint64Slice) Prepend

func (iar *TUint64Slice) Prepend(item ...uint64) int

func (TUint64Slice) Size

func (iar TUint64Slice) Size() int

func (TUint64Slice) Sort

func (iar TUint64Slice) Sort(comparer ...ArrSortCompareFunc)

func (TUint64Slice) String

func (iar TUint64Slice) String() string

Jump to

Keyboard shortcuts

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