comm

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: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ArrForEachFunc

type ArrForEachFunc func(index int, item interface{})

type ArrMapFunc

type ArrMapFunc func(index int, item interface{}) interface{}

type ArrSearchFunc

type ArrSearchFunc func(index int, item interface{}) bool

type ArrSortCompareFunc

type ArrSortCompareFunc func(aIndex int, bIndex int) int

a < b时 < 0, a > b 时 > 0, a == b时, = 0

type BoolArrForEachFunc

type BoolArrForEachFunc func(index int, item bool)

type BoolArrMapFunc

type BoolArrMapFunc func(index int, item bool) bool

type Float64ArrForEachFunc

type Float64ArrForEachFunc func(index int, item float64)

type Float64ArrMapFunc

type Float64ArrMapFunc func(index int, item float64) float64

type Float64ArrSearchFunc

type Float64ArrSearchFunc func(index int, item float64) bool

type FloatArrForEachFunc

type FloatArrForEachFunc func(index int, item float32)

type FloatArrMapFunc

type FloatArrMapFunc func(index int, item float32) float32

type FloatArrSearchFunc

type FloatArrSearchFunc func(index int, item float32) bool

type Int16ArrForEachFunc

type Int16ArrForEachFunc func(index int, item int16)

type Int16ArrMapFunc

type Int16ArrMapFunc func(index int, item int16) int16

type Int16ArrSearchFunc

type Int16ArrSearchFunc func(index int, item int16) bool

type Int32ArrForEachFunc

type Int32ArrForEachFunc func(index int, item int32)

type Int32ArrMapFunc

type Int32ArrMapFunc func(index int, item int32) int32

type Int32ArrSearchFunc

type Int32ArrSearchFunc func(index int, item int32) bool

type Int64ArrForEachFunc

type Int64ArrForEachFunc func(index int, item int64)

type Int64ArrMapFunc

type Int64ArrMapFunc func(index int, item int64) int64

type Int64ArrSearchFunc

type Int64ArrSearchFunc func(index int, item int64) bool

type Int8ArrForEachFunc

type Int8ArrForEachFunc func(index int, item int8)

type Int8ArrMapFunc

type Int8ArrMapFunc func(index int, item int8) int8

type Int8ArrSearchFunc

type Int8ArrSearchFunc func(index int, item int8) bool

type IntArrForEachFunc

type IntArrForEachFunc func(index int, item int)

type IntArrMapFunc

type IntArrMapFunc func(index int, item int) int

type IntArrSearchFunc

type IntArrSearchFunc func(index int, item int) bool

type StrArrForEachFunc

type StrArrForEachFunc func(index int, item string)

type StrArrMapFunc

type StrArrMapFunc func(index int, item string) string

type StrArrSearchFunc

type StrArrSearchFunc func(index int, item string) bool

type Uint16ArrForEachFunc

type Uint16ArrForEachFunc func(index int, item uint16)

type Uint16ArrMapFunc

type Uint16ArrMapFunc func(index int, item uint16) uint16

type Uint16ArrSearchFunc

type Uint16ArrSearchFunc func(index int, item uint16) bool

type Uint32ArrForEachFunc

type Uint32ArrForEachFunc func(index int, item uint32)

type Uint32ArrMapFunc

type Uint32ArrMapFunc func(index int, item uint32) uint32

type Uint32ArrSearchFunc

type Uint32ArrSearchFunc func(index int, item uint32) bool

type Uint64ArrForEachFunc

type Uint64ArrForEachFunc func(index int, item uint64)

type Uint64ArrMapFunc

type Uint64ArrMapFunc func(index int, item uint64) uint64

type Uint64ArrSearchFunc

type Uint64ArrSearchFunc func(index int, item uint64) bool

type Uint8ArrForEachFunc

type Uint8ArrForEachFunc func(index int, item uint8)

type Uint8ArrMapFunc

type Uint8ArrMapFunc func(index int, item uint8) uint8

type Uint8ArrSearchFunc

type Uint8ArrSearchFunc func(index int, item uint8) bool

type UintArrForEachFunc

type UintArrForEachFunc func(index int, item uint)

type UintArrMapFunc

type UintArrMapFunc func(index int, item uint) uint

type UintArrSearchFunc

type UintArrSearchFunc func(index int, item uint) bool

Jump to

Keyboard shortcuts

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