xuint8Slice

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

func Contain

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

func Find

func Find(arr []uint8, fn Uint8ArrSearchFunc) uint8

func FindIndex

func FindIndex(arr []uint8, fn Uint8ArrSearchFunc) int

func ForEach

func ForEach(arr []uint8, fn Uint8ArrForEachFunc)

func Join

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

func Map

func Map(arr []uint8, fn Uint8ArrMapFunc)

func Sort

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

func String

func String(this []uint8) string

Types

type TUint8Slice

type TUint8Slice []uint8

func New

func New(src ...[]uint8) TUint8Slice

func (*TUint8Slice) Append

func (iar *TUint8Slice) Append(item ...uint8) int

func (*TUint8Slice) Clear

func (iar *TUint8Slice) Clear()

func (*TUint8Slice) Concat

func (iar *TUint8Slice) Concat(arrs ...[]uint8) int

func (TUint8Slice) Contain

func (iar TUint8Slice) Contain(item uint8) bool

func (*TUint8Slice) Delete

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

func (TUint8Slice) Find

func (iar TUint8Slice) Find(fn Uint8ArrSearchFunc) uint8

func (TUint8Slice) FindIndex

func (iar TUint8Slice) FindIndex(fn Uint8ArrSearchFunc) int

func (TUint8Slice) ForEach

func (iar TUint8Slice) ForEach(fn Uint8ArrForEachFunc)

func (*TUint8Slice) Insert

func (iar *TUint8Slice) Insert(index int, item uint8) error

func (TUint8Slice) Join

func (iar TUint8Slice) Join(sep string) string

func (*TUint8Slice) Prepend

func (iar *TUint8Slice) Prepend(item ...uint8) int

func (TUint8Slice) Size

func (iar TUint8Slice) Size() int

func (TUint8Slice) Sort

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

func (TUint8Slice) String

func (iar TUint8Slice) String() string

Jump to

Keyboard shortcuts

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