package
1.3.48
Repository: https://github.com/sandwich-go/boost.git
Documentation: pkg.go.dev

# README

xmap

map 辅助函数

  • 有序遍历map(根据 mapKEY 进行排序,依次遍历)

例子

var tm = make(map[string]string)
tm["b"] = "c"
tm["a"] = "b"
tm["1"] = "2"
tm["c"] = "d"

WalkStringStringMapDeterministic(tm, func(k string, v string) bool {
    fmt.Println("key:", k, "value:", v)
    return true
})

Output:

key: 1 value: 2
key: a value: b
key: b value: c
key: c value: d

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
WalkFloat32Float32MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkFloat32Float64MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkFloat32Int16MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkFloat32Int32MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkFloat32Int64MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkFloat32Int8MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkFloat32InterfaceMapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkFloat32IntMapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkFloat32StringMapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkFloat32Uint16MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkFloat32Uint32MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkFloat32Uint64MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkFloat32Uint8MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkFloat32UintMapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkFloat64Float32MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkFloat64Float64MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkFloat64Int16MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkFloat64Int32MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkFloat64Int64MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkFloat64Int8MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkFloat64InterfaceMapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkFloat64IntMapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkFloat64StringMapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkFloat64Uint16MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkFloat64Uint32MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkFloat64Uint64MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkFloat64Uint8MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkFloat64UintMapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkInt16Float32MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkInt16Float64MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkInt16Int16MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkInt16Int32MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkInt16Int64MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkInt16Int8MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkInt16InterfaceMapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkInt16IntMapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkInt16StringMapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkInt16Uint16MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkInt16Uint32MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkInt16Uint64MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkInt16Uint8MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkInt16UintMapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkInt32Float32MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkInt32Float64MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkInt32Int16MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkInt32Int32MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkInt32Int64MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkInt32Int8MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkInt32InterfaceMapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkInt32IntMapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkInt32StringMapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkInt32Uint16MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkInt32Uint32MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkInt32Uint64MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkInt32Uint8MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkInt32UintMapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkInt64Float32MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkInt64Float64MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkInt64Int16MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkInt64Int32MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkInt64Int64MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkInt64Int8MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkInt64InterfaceMapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkInt64IntMapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkInt64StringMapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkInt64Uint16MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkInt64Uint32MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkInt64Uint64MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkInt64Uint8MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkInt64UintMapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkInt8Float32MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkInt8Float64MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkInt8Int16MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkInt8Int32MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkInt8Int64MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkInt8Int8MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkInt8InterfaceMapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkInt8IntMapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkInt8StringMapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkInt8Uint16MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkInt8Uint32MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkInt8Uint64MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkInt8Uint8MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkInt8UintMapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkIntFloat32MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkIntFloat64MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkIntInt16MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkIntInt32MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkIntInt64MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkIntInt8MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkIntInterfaceMapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkIntIntMapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkIntStringMapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkIntUint16MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkIntUint32MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkIntUint64MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkIntUint8MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkIntUintMapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkMapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkStringFloat32MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkStringFloat64MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkStringInt16MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkStringInt32MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkStringInt64MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkStringInt8MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkStringInterfaceMapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkStringIntMapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkStringStringMapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkStringUint16MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkStringUint32MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkStringUint64MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkStringUint8MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkStringUintMapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkUint16Float32MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkUint16Float64MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkUint16Int16MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkUint16Int32MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkUint16Int64MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkUint16Int8MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkUint16InterfaceMapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkUint16IntMapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkUint16StringMapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkUint16Uint16MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkUint16Uint32MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkUint16Uint64MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkUint16Uint8MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkUint16UintMapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkUint32Float32MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkUint32Float64MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkUint32Int16MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkUint32Int32MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkUint32Int64MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkUint32Int8MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkUint32InterfaceMapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkUint32IntMapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkUint32StringMapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkUint32Uint16MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkUint32Uint32MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkUint32Uint64MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkUint32Uint8MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkUint32UintMapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkUint64Float32MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkUint64Float64MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkUint64Int16MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkUint64Int32MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkUint64Int64MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkUint64Int8MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkUint64InterfaceMapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkUint64IntMapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkUint64StringMapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkUint64Uint16MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkUint64Uint32MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkUint64Uint64MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkUint64Uint8MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkUint64UintMapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkUint8Float32MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkUint8Float64MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkUint8Int16MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkUint8Int32MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkUint8Int64MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkUint8Int8MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkUint8InterfaceMapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkUint8IntMapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkUint8StringMapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkUint8Uint16MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkUint8Uint32MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkUint8Uint64MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkUint8Uint8MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkUint8UintMapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkUintFloat32MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkUintFloat64MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkUintInt16MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkUintInt32MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkUintInt64MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkUintInt8MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkUintInterfaceMapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkUintIntMapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkUintStringMapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkUintUint16MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkUintUint32MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkUintUint64MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkUintUint8MapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.
WalkUintUintMapDeterministic 有序遍历map walkFunc 函数返回 false,停止遍历.