package
8.14.0+incompatible
Repository: https://github.com/logic-building/functional-go.git
Documentation: pkg.go.dev

# Functions

DedupeBool Returns a new list removing consecutive duplicates in list.
DedupeBoolPtr Returns a new list removing consecutive duplicates in list.
DedupeFloat32 Returns a new list removing consecutive duplicates in list.
DedupeFloat32Ptr Returns a new list removing consecutive duplicates in list.
DedupeFloat64 Returns a new list removing consecutive duplicates in list.
DedupeFloat64Ptr Returns a new list removing consecutive duplicates in list.
DedupeInt Returns a new list removing consecutive duplicates in list.
DedupeInt16 Returns a new list removing consecutive duplicates in list.
DedupeInt16Ptr Returns a new list removing consecutive duplicates in list.
DedupeInt32 Returns a new list removing consecutive duplicates in list.
DedupeInt32Ptr Returns a new list removing consecutive duplicates in list.
DedupeInt64 Returns a new list removing consecutive duplicates in list.
DedupeInt64Ptr Returns a new list removing consecutive duplicates in list.
DedupeInt8 Returns a new list removing consecutive duplicates in list.
DedupeInt8Ptr Returns a new list removing consecutive duplicates in list.
DedupeIntPtr Returns a new list removing consecutive duplicates in list.
DedupeStr Returns a new list removing consecutive duplicates in list.
DedupeStrPtr Returns a new list removing consecutive duplicates in list.
DedupeUint Returns a new list removing consecutive duplicates in list.
DedupeUint16 Returns a new list removing consecutive duplicates in list.
DedupeUint16Ptr Returns a new list removing consecutive duplicates in list.
DedupeUint32 Returns a new list removing consecutive duplicates in list.
DedupeUint32Ptr Returns a new list removing consecutive duplicates in list.
DedupeUint64 Returns a new list removing consecutive duplicates in list.
DedupeUint64Ptr Returns a new list removing consecutive duplicates in list.
DedupeUint8 Returns a new list removing consecutive duplicates in list.
DedupeUint8Ptr Returns a new list removing consecutive duplicates in list.
DedupeUintPtr Returns a new list removing consecutive duplicates in list.
DifferenceBool returns a set that is the first set without elements of the remaining sets repeated value within list parameter will be ignored.
DifferenceBoolPtr returns a set that is the first set without elements of the remaining sets repeated value within list parameter will be ignored.
DifferenceFloat32 returns a set that is the first set without elements of the remaining sets repeated value within list parameter will be ignored.
DifferenceFloat32Ptr returns a set that is the first set without elements of the remaining sets repeated value within list parameter will be ignored.
DifferenceFloat64 returns a set that is the first set without elements of the remaining sets repeated value within list parameter will be ignored.
DifferenceFloat64Ptr returns a set that is the first set without elements of the remaining sets repeated value within list parameter will be ignored.
DifferenceInt returns a set that is the first set without elements of the remaining sets repeated value within list parameter will be ignored.
DifferenceInt16 returns a set that is the first set without elements of the remaining sets repeated value within list parameter will be ignored.
DifferenceInt16Ptr returns a set that is the first set without elements of the remaining sets repeated value within list parameter will be ignored.
DifferenceInt32 returns a set that is the first set without elements of the remaining sets repeated value within list parameter will be ignored.
DifferenceInt32Ptr returns a set that is the first set without elements of the remaining sets repeated value within list parameter will be ignored.
DifferenceInt64 returns a set that is the first set without elements of the remaining sets repeated value within list parameter will be ignored.
DifferenceInt64Ptr returns a set that is the first set without elements of the remaining sets repeated value within list parameter will be ignored.
DifferenceInt8 returns a set that is the first set without elements of the remaining sets repeated value within list parameter will be ignored.
DifferenceInt8Ptr returns a set that is the first set without elements of the remaining sets repeated value within list parameter will be ignored.
DifferenceIntPtr returns a set that is the first set without elements of the remaining sets repeated value within list parameter will be ignored.
DifferenceStr returns a set that is the first set without elements of the remaining sets repeated value within list parameter will be ignored.
DifferenceStrPtr returns a set that is the first set without elements of the remaining sets repeated value within list parameter will be ignored.
DifferenceUint returns a set that is the first set without elements of the remaining sets repeated value within list parameter will be ignored.
DifferenceUint16 returns a set that is the first set without elements of the remaining sets repeated value within list parameter will be ignored.
DifferenceUint16Ptr returns a set that is the first set without elements of the remaining sets repeated value within list parameter will be ignored.
DifferenceUint32 returns a set that is the first set without elements of the remaining sets repeated value within list parameter will be ignored.
DifferenceUint32Ptr returns a set that is the first set without elements of the remaining sets repeated value within list parameter will be ignored.
DifferenceUint64 returns a set that is the first set without elements of the remaining sets repeated value within list parameter will be ignored.
DifferenceUint64Ptr returns a set that is the first set without elements of the remaining sets repeated value within list parameter will be ignored.
DifferenceUint8 returns a set that is the first set without elements of the remaining sets repeated value within list parameter will be ignored.
DifferenceUint8Ptr returns a set that is the first set without elements of the remaining sets repeated value within list parameter will be ignored.
DifferenceUintPtr returns a set that is the first set without elements of the remaining sets repeated value within list parameter will be ignored.
DistinctBool removes duplicates.
DistinctBoolP returns true if no two of the arguments are =.
DistinctBoolPPtr returns true if no two of the arguments are =.
DistinctBoolPtr removes duplicates.
DistinctFloat32 removes duplicates.
DistinctFloat32P returns true if no two of the arguments are =.
DistinctFloat32PPtr returns true if no two of the arguments are =.
DistinctFloat32Ptr removes duplicates.
DistinctFloat64 removes duplicates.
DistinctFloat64P returns true if no two of the arguments are =.
DistinctFloat64PPtr returns true if no two of the arguments are =.
DistinctFloat64Ptr removes duplicates.
DistinctInt removes duplicates.
DistinctInt16 removes duplicates.
DistinctInt16P returns true if no two of the arguments are =.
DistinctInt16PPtr returns true if no two of the arguments are =.
DistinctInt16Ptr removes duplicates.
DistinctInt32 removes duplicates.
DistinctInt32P returns true if no two of the arguments are =.
DistinctInt32PPtr returns true if no two of the arguments are =.
DistinctInt32Ptr removes duplicates.
DistinctInt64 removes duplicates.
DistinctInt64P returns true if no two of the arguments are =.
DistinctInt64PPtr returns true if no two of the arguments are =.
DistinctInt64Ptr removes duplicates.
DistinctInt8 removes duplicates.
DistinctInt8P returns true if no two of the arguments are =.
DistinctInt8PPtr returns true if no two of the arguments are =.
DistinctInt8Ptr removes duplicates.
DistinctIntP returns true if no two of the arguments are =.
DistinctIntPPtr returns true if no two of the arguments are =.
DistinctIntPtr removes duplicates.
DistinctStr removes duplicates.
DistinctStrIgnoreCase ignores case and removes duplicates.
DistinctStrP returns true if no two of the arguments are =.
DistinctStrPPtr returns true if no two of the arguments are =.
DistinctStrPtr removes duplicates.
DistinctUint removes duplicates.
DistinctUint16 removes duplicates.
DistinctUint16P returns true if no two of the arguments are =.
DistinctUint16PPtr returns true if no two of the arguments are =.
DistinctUint16Ptr removes duplicates.
DistinctUint32 removes duplicates.
DistinctUint32P returns true if no two of the arguments are =.
DistinctUint32PPtr returns true if no two of the arguments are =.
DistinctUint32Ptr removes duplicates.
DistinctUint64 removes duplicates.
DistinctUint64P returns true if no two of the arguments are =.
DistinctUint64PPtr returns true if no two of the arguments are =.
DistinctUint64Ptr removes duplicates.
DistinctUint8 removes duplicates.
DistinctUint8P returns true if no two of the arguments are =.
DistinctUint8PPtr returns true if no two of the arguments are =.
DistinctUint8Ptr removes duplicates.
DistinctUintP returns true if no two of the arguments are =.
DistinctUintPPtr returns true if no two of the arguments are =.
DistinctUintPtr removes duplicates.
DropBoolPtr returns a new list after dropping the given item.
DropBoolsPtr returns a new list after dropping the given items.
DropFloat32 returns a new list after dropping the given item Example: fp.DropFloat32(1.1, []float32{1.1, 2.1, 3.1, 1.1}) // returns [2.1, 3.1].
DropFloat32Ptr returns a new list after dropping the given item.
DropFloat32sPtr returns a new list after dropping the given items.
DropFloat64 returns a new list after dropping the given item Example: fp.DropFloat64(1.1, []float64{1.1, 2.1, 3.1, 1.1}) // returns [2.1, 3.1].
DropFloat64Ptr returns a new list after dropping the given item.
DropFloat64sPtr returns a new list after dropping the given items.
DropFloats32 returns a new list after dropping the given items Example: fp.DropFloats32([]float32{1.1, 4.1}, []float32{1.1, 2.1, 3.1, 1.1, 4.1}) // returns [2.1, 3.1].
DropFloats64 returns a new list after dropping the given items Example: fp.DropFloats64([]float64{1.1, 4.1}, []float64{1.1, 2.1, 3.1, 1.1, 4.1}) // returns [2.1, 3.1].
DropInt returns a new list after dropping the given item Example: fp.DropInt(1, []int{1, 2, 3, 1}) // returns [2, 3].
DropInt16 returns a new list after dropping the given item Example: fp.DropInt16(1, []int16{1, 2, 3, 1}) // returns [2, 3].
DropInt16Ptr returns a new list after dropping the given item.
DropInt32 returns a new list after dropping the given item Example: fp.DropInt32(1, []int32{1, 2, 3, 1}) // returns [2, 3].
DropInt32Ptr returns a new list after dropping the given item.
DropInt64 returns a new list after dropping the given item Example: fp.DropInt64(1, []int64{1, 2, 3, 1}) // returns [2, 3].
DropInt64Ptr returns a new list after dropping the given item.
DropInt8 returns a new list after dropping the given item Example: fp.DropInt8(1, []int8{1, 2, 3, 1}) // returns [2, 3].
DropInt8Ptr returns a new list after dropping the given item.
DropIntPtr returns a new list after dropping the given item.
DropInts returns a new list after dropping the given items Example: fp.DropInts([]int{1, 4}, []int{1, 2, 3, 1, 4}) // returns [2, 3].
DropInts16 returns a new list after dropping the given items Example: fp.DropInts16([]int16{1, 4}, []int16{1, 2, 3, 1, 4}) // returns [2, 3].
DropInts16Ptr returns a new list after dropping the given items.
DropInts32 returns a new list after dropping the given items Example: fp.DropInts32([]int32{1, 4}, []int32{1, 2, 3, 1, 4}) // returns [2, 3].
DropInts32Ptr returns a new list after dropping the given items.
DropInts64 returns a new list after dropping the given items Example: fp.DropInts64([]int64{1, 4}, []int64{1, 2, 3, 1, 4}) // returns [2, 3].
DropInts64Ptr returns a new list after dropping the given items.
DropInts8 returns a new list after dropping the given items Example: fp.DropInts8([]int8{1, 4}, []int8{1, 2, 3, 1, 4}) // returns [2, 3].
DropInts8Ptr returns a new list after dropping the given items.
DropIntsPtr returns a new list after dropping the given items.
DropLastBool drops last item from the list and returns new list.
DropLastBoolPtr drops last item from the list and returns new list.
DropLastFloat32 drops last item from the list and returns new list.
DropLastFloat32Ptr drops last item from the list and returns new list.
DropLastFloat64 drops last item from the list and returns new list.
DropLastFloat64Ptr drops last item from the list and returns new list.
DropLastInt drops last item from the list and returns new list.
DropLastInt16 drops last item from the list and returns new list.
DropLastInt16Ptr drops last item from the list and returns new list.
DropLastInt32 drops last item from the list and returns new list.
DropLastInt32Ptr drops last item from the list and returns new list.
DropLastInt64 drops last item from the list and returns new list.
DropLastInt64Ptr drops last item from the list and returns new list.
DropLastInt8 drops last item from the list and returns new list.
DropLastInt8Ptr drops last item from the list and returns new list.
DropLastIntPtr drops last item from the list and returns new list.
DropLastStr drops last item from the list and returns new list.
DropLastStrPtr drops last item from the list and returns new list.
DropLastUint drops last item from the list and returns new list.
DropLastUint16 drops last item from the list and returns new list.
DropLastUint16Ptr drops last item from the list and returns new list.
DropLastUint32 drops last item from the list and returns new list.
DropLastUint32Ptr drops last item from the list and returns new list.
DropLastUint64 drops last item from the list and returns new list.
DropLastUint64Ptr drops last item from the list and returns new list.
DropLastUint8 drops last item from the list and returns new list.
DropLastUint8Ptr drops last item from the list and returns new list.
DropLastUintPtr drops last item from the list and returns new list.
DropStr returns a new list after dropping the given item Example: fp.DropStr("Ravan", []string{"Ravan", "Ram", "Shyam", "Ravan"} // returns ["Ram", "Shyam"].
DropStrIgnoreCase returns a new list after dropping the given item.
DropStrPtr returns a new list after dropping the given item.
DropStrs returns a new list after dropping the given items Example: fp.DropStrs([]string{"nks", "bharat"}, []string{"nks", "Ram", "Shyam", "Nks", "bharat"}) // returns ["Ram", "Shyam"].
DropStrsIgnoreCase returns a new list after dropping the given items.
DropStrsPtr returns a new list after dropping the given items.
DropUint returns a new list after dropping the given item Example: fp.DropUint(1, []uint{1, 2, 3, 1}) // returns [2, 3].
DropUint16 returns a new list after dropping the given item Example: fp.DropUint16(1, []uint16{1, 2, 3, 1}) // returns [2, 3].
DropUint16Ptr returns a new list after dropping the given item.
DropUint32 returns a new list after dropping the given item Example: fp.DropUint32(1, []uint32{1, 2, 3, 1}) // returns [2, 3].
DropUint32Ptr returns a new list after dropping the given item.
DropUint64 returns a new list after dropping the given item Example: fp.DropUint64(1, []uint64{1, 2, 3, 1}) // returns [2, 3].
DropUint64Ptr returns a new list after dropping the given item.
DropUint64sPtr returns a new list after dropping the given items.
DropUint8 returns a new list after dropping the given item Example: fp.DropUint8(1, []uint8{1, 2, 3, 1}) // returns [2, 3].
DropUint8Ptr returns a new list after dropping the given item.
DropUintPtr returns a new list after dropping the given item.
DropUints returns a new list after dropping the given items Example: fp.DropUints([]uint{1, 4}, []uint{1, 2, 3, 1, 4}) // returns [2, 3].
DropUints16 returns a new list after dropping the given items Example: fp.DropUints16([]uint16{1, 4}, []uint16{1, 2, 3, 1, 4}) // returns [2, 3].
DropUints16Ptr returns a new list after dropping the given items.
DropUints32 returns a new list after dropping the given items Example: fp.DropUints32([]uint32{1, 4}, []uint32{1, 2, 3, 1, 4}) // returns [2, 3].
DropUints32Ptr returns a new list after dropping the given items.
DropUints64 returns a new list after dropping the given items Example: fp.DropUints64([]uint64{1, 4}, []uint64{1, 2, 3, 1, 4}) // returns [2, 3].
DropUints8 returns a new list after dropping the given items Example: fp.DropUints8([]uint8{1, 4}, []uint8{1, 2, 3, 1, 4}) // returns [2, 3].
DropUints8Ptr returns a new list after dropping the given items.
DropUintsPtr returns a new list after dropping the given items.
DropWhileBool drops the items from the list as long as condition satisfies.
DropWhileBoolErr drops the items from the list as long as condition satisfies.
DropWhileBoolPtr drops the items from the list as long as condition satisfies.
DropWhileBoolPtrErr drops the items from the list as long as condition satisfies.
DropWhileFloat32 drops the items from the list as long as condition satisfies.
DropWhileFloat32Err drops the items from the list as long as condition satisfies.
DropWhileFloat32Ptr drops the items from the list as long as condition satisfies.
DropWhileFloat32PtrErr drops the items from the list as long as condition satisfies.
DropWhileFloat64 drops the items from the list as long as condition satisfies.
DropWhileFloat64Err drops the items from the list as long as condition satisfies.
DropWhileFloat64Ptr drops the items from the list as long as condition satisfies.
DropWhileFloat64PtrErr drops the items from the list as long as condition satisfies.
DropWhileInt drops the items from the list as long as condition satisfies.
DropWhileInt16 drops the items from the list as long as condition satisfies.
DropWhileInt16Err drops the items from the list as long as condition satisfies.
DropWhileInt16Ptr drops the items from the list as long as condition satisfies.
DropWhileInt16PtrErr drops the items from the list as long as condition satisfies.
DropWhileInt32 drops the items from the list as long as condition satisfies.
DropWhileInt32Err drops the items from the list as long as condition satisfies.
DropWhileInt32Ptr drops the items from the list as long as condition satisfies.
DropWhileInt32PtrErr drops the items from the list as long as condition satisfies.
DropWhileInt64 drops the items from the list as long as condition satisfies.
DropWhileInt64Err drops the items from the list as long as condition satisfies.
DropWhileInt64Ptr drops the items from the list as long as condition satisfies.
DropWhileInt64PtrErr drops the items from the list as long as condition satisfies.
DropWhileInt8 drops the items from the list as long as condition satisfies.
DropWhileInt8Err drops the items from the list as long as condition satisfies.
DropWhileInt8Ptr drops the items from the list as long as condition satisfies.
DropWhileInt8PtrErr drops the items from the list as long as condition satisfies.
DropWhileIntErr drops the items from the list as long as condition satisfies.
DropWhileIntPtr drops the items from the list as long as condition satisfies.
DropWhileIntPtrErr drops the items from the list as long as condition satisfies.
DropWhileStr drops the items from the list as long as condition satisfies.
DropWhileStrErr drops the items from the list as long as condition satisfies.
DropWhileStrPtr drops the items from the list as long as condition satisfies.
DropWhileStrPtrErr drops the items from the list as long as condition satisfies.
DropWhileUint drops the items from the list as long as condition satisfies.
DropWhileUint16 drops the items from the list as long as condition satisfies.
DropWhileUint16Err drops the items from the list as long as condition satisfies.
DropWhileUint16Ptr drops the items from the list as long as condition satisfies.
DropWhileUint16PtrErr drops the items from the list as long as condition satisfies.
DropWhileUint32 drops the items from the list as long as condition satisfies.
DropWhileUint32Err drops the items from the list as long as condition satisfies.
DropWhileUint32Ptr drops the items from the list as long as condition satisfies.
DropWhileUint32PtrErr drops the items from the list as long as condition satisfies.
DropWhileUint64 drops the items from the list as long as condition satisfies.
DropWhileUint64Err drops the items from the list as long as condition satisfies.
DropWhileUint64Ptr drops the items from the list as long as condition satisfies.
DropWhileUint64PtrErr drops the items from the list as long as condition satisfies.
DropWhileUint8 drops the items from the list as long as condition satisfies.
DropWhileUint8Err drops the items from the list as long as condition satisfies.
DropWhileUint8Ptr drops the items from the list as long as condition satisfies.
DropWhileUint8PtrErr drops the items from the list as long as condition satisfies.
DropWhileUintErr drops the items from the list as long as condition satisfies.
DropWhileUintPtr drops the items from the list as long as condition satisfies.
DropWhileUintPtrErr drops the items from the list as long as condition satisfies.
EqualBoolsP Returns true if both list are equal else returns false.
EqualBoolsPPtr Returns true if both list are equal else returns false.
EqualFloat32sP Returns true if both list are equal else returns false.
EqualFloat32sPPtr Returns true if both list are equal else returns false.
EqualFloat64sP Returns true if both list are equal else returns false.
EqualFloat64sPPtr Returns true if both list are equal else returns false.
EqualInts16P Returns true if both list are equal else returns false.
EqualInts16PPtr Returns true if both list are equal else returns false.
EqualInts32P Returns true if both list are equal else returns false.
EqualInts32PPtr Returns true if both list are equal else returns false.
EqualInts64P Returns true if both list are equal else returns false.
EqualInts64PPtr Returns true if both list are equal else returns false.
EqualInts8P Returns true if both list are equal else returns false.
EqualInts8PPtr Returns true if both list are equal else returns false.
EqualIntsP Returns true if both list are equal else returns false.
EqualIntsPPtr Returns true if both list are equal else returns false.
EqualMapBoolFloat32P Returns true if both maps are equal else returns false.
EqualMapBoolFloat32PPtr Returns true if both maps are equal else returns false.
EqualMapBoolFloat64P Returns true if both maps are equal else returns false.
EqualMapBoolFloat64PPtr Returns true if both maps are equal else returns false.
EqualMapBoolInt16P Returns true if both maps are equal else returns false.
EqualMapBoolInt16PPtr Returns true if both maps are equal else returns false.
EqualMapBoolInt32P Returns true if both maps are equal else returns false.
EqualMapBoolInt32PPtr Returns true if both maps are equal else returns false.
EqualMapBoolInt64P Returns true if both maps are equal else returns false.
EqualMapBoolInt64PPtr Returns true if both maps are equal else returns false.
EqualMapBoolInt8P Returns true if both maps are equal else returns false.
EqualMapBoolInt8PPtr Returns true if both maps are equal else returns false.
EqualMapBoolIntP Returns true if both maps are equal else returns false.
EqualMapBoolIntPPtr Returns true if both maps are equal else returns false.
EqualMapBoolP Returns true if both maps are equal else returns false.
EqualMapBoolPPtr Returns true if both maps are equal else returns false.
EqualMapBoolStrP Returns true if both maps are equal else returns false.
EqualMapBoolStrPPtr Returns true if both maps are equal else returns false.
EqualMapBoolUint16P Returns true if both maps are equal else returns false.
EqualMapBoolUint16PPtr Returns true if both maps are equal else returns false.
EqualMapBoolUint32P Returns true if both maps are equal else returns false.
EqualMapBoolUint32PPtr Returns true if both maps are equal else returns false.
EqualMapBoolUint64P Returns true if both maps are equal else returns false.
EqualMapBoolUint64PPtr Returns true if both maps are equal else returns false.
EqualMapBoolUint8P Returns true if both maps are equal else returns false.
EqualMapBoolUint8PPtr Returns true if both maps are equal else returns false.
EqualMapBoolUintP Returns true if both maps are equal else returns false.
EqualMapBoolUintPPtr Returns true if both maps are equal else returns false.
EqualMapFloat32BoolP Returns true if both maps are equal else returns false.
EqualMapFloat32BoolPPtr Returns true if both maps are equal else returns false.
EqualMapFloat32Float64P Returns true if both maps are equal else returns false.
EqualMapFloat32Float64PPtr Returns true if both maps are equal else returns false.
EqualMapFloat32Int16P Returns true if both maps are equal else returns false.
EqualMapFloat32Int16PPtr Returns true if both maps are equal else returns false.
EqualMapFloat32Int32P Returns true if both maps are equal else returns false.
EqualMapFloat32Int32PPtr Returns true if both maps are equal else returns false.
EqualMapFloat32Int64P Returns true if both maps are equal else returns false.
EqualMapFloat32Int64PPtr Returns true if both maps are equal else returns false.
EqualMapFloat32Int8P Returns true if both maps are equal else returns false.
EqualMapFloat32Int8PPtr Returns true if both maps are equal else returns false.
EqualMapFloat32IntP Returns true if both maps are equal else returns false.
EqualMapFloat32IntPPtr Returns true if both maps are equal else returns false.
EqualMapFloat32P Returns true if both maps are equal else returns false.
EqualMapFloat32PPtr Returns true if both maps are equal else returns false.
EqualMapFloat32StrP Returns true if both maps are equal else returns false.
EqualMapFloat32StrPPtr Returns true if both maps are equal else returns false.
EqualMapFloat32Uint16P Returns true if both maps are equal else returns false.
EqualMapFloat32Uint16PPtr Returns true if both maps are equal else returns false.
EqualMapFloat32Uint32P Returns true if both maps are equal else returns false.
EqualMapFloat32Uint32PPtr Returns true if both maps are equal else returns false.
EqualMapFloat32Uint64P Returns true if both maps are equal else returns false.
EqualMapFloat32Uint64PPtr Returns true if both maps are equal else returns false.
EqualMapFloat32Uint8P Returns true if both maps are equal else returns false.
EqualMapFloat32Uint8PPtr Returns true if both maps are equal else returns false.
EqualMapFloat32UintP Returns true if both maps are equal else returns false.
EqualMapFloat32UintPPtr Returns true if both maps are equal else returns false.
EqualMapFloat64BoolP Returns true if both maps are equal else returns false.
EqualMapFloat64BoolPPtr Returns true if both maps are equal else returns false.
EqualMapFloat64Float32P Returns true if both maps are equal else returns false.
EqualMapFloat64Float32PPtr Returns true if both maps are equal else returns false.
EqualMapFloat64Int16P Returns true if both maps are equal else returns false.
EqualMapFloat64Int16PPtr Returns true if both maps are equal else returns false.
EqualMapFloat64Int32P Returns true if both maps are equal else returns false.
EqualMapFloat64Int32PPtr Returns true if both maps are equal else returns false.
EqualMapFloat64Int64P Returns true if both maps are equal else returns false.
EqualMapFloat64Int64PPtr Returns true if both maps are equal else returns false.
EqualMapFloat64Int8P Returns true if both maps are equal else returns false.
EqualMapFloat64Int8PPtr Returns true if both maps are equal else returns false.
EqualMapFloat64IntP Returns true if both maps are equal else returns false.
EqualMapFloat64IntPPtr Returns true if both maps are equal else returns false.
EqualMapFloat64P Returns true if both maps are equal else returns false.
EqualMapFloat64PPtr Returns true if both maps are equal else returns false.
EqualMapFloat64StrP Returns true if both maps are equal else returns false.
EqualMapFloat64StrPPtr Returns true if both maps are equal else returns false.
EqualMapFloat64Uint16P Returns true if both maps are equal else returns false.
EqualMapFloat64Uint16PPtr Returns true if both maps are equal else returns false.
EqualMapFloat64Uint32P Returns true if both maps are equal else returns false.
EqualMapFloat64Uint32PPtr Returns true if both maps are equal else returns false.
EqualMapFloat64Uint64P Returns true if both maps are equal else returns false.
EqualMapFloat64Uint64PPtr Returns true if both maps are equal else returns false.
EqualMapFloat64Uint8P Returns true if both maps are equal else returns false.
EqualMapFloat64Uint8PPtr Returns true if both maps are equal else returns false.
EqualMapFloat64UintP Returns true if both maps are equal else returns false.
EqualMapFloat64UintPPtr Returns true if both maps are equal else returns false.
EqualMapInt16BoolP Returns true if both maps are equal else returns false.
EqualMapInt16BoolPPtr Returns true if both maps are equal else returns false.
EqualMapInt16Float32P Returns true if both maps are equal else returns false.
EqualMapInt16Float32PPtr Returns true if both maps are equal else returns false.
EqualMapInt16Float64P Returns true if both maps are equal else returns false.
EqualMapInt16Float64PPtr Returns true if both maps are equal else returns false.
EqualMapInt16Int32P Returns true if both maps are equal else returns false.
EqualMapInt16Int32PPtr Returns true if both maps are equal else returns false.
EqualMapInt16Int64P Returns true if both maps are equal else returns false.
EqualMapInt16Int64PPtr Returns true if both maps are equal else returns false.
EqualMapInt16Int8P Returns true if both maps are equal else returns false.
EqualMapInt16Int8PPtr Returns true if both maps are equal else returns false.
EqualMapInt16IntP Returns true if both maps are equal else returns false.
EqualMapInt16IntPPtr Returns true if both maps are equal else returns false.
EqualMapInt16P Returns true if both maps are equal else returns false.
EqualMapInt16PPtr Returns true if both maps are equal else returns false.
EqualMapInt16StrP Returns true if both maps are equal else returns false.
EqualMapInt16StrPPtr Returns true if both maps are equal else returns false.
EqualMapInt16Uint16P Returns true if both maps are equal else returns false.
EqualMapInt16Uint16PPtr Returns true if both maps are equal else returns false.
EqualMapInt16Uint32P Returns true if both maps are equal else returns false.
EqualMapInt16Uint32PPtr Returns true if both maps are equal else returns false.
EqualMapInt16Uint64P Returns true if both maps are equal else returns false.
EqualMapInt16Uint64PPtr Returns true if both maps are equal else returns false.
EqualMapInt16Uint8P Returns true if both maps are equal else returns false.
EqualMapInt16Uint8PPtr Returns true if both maps are equal else returns false.
EqualMapInt16UintP Returns true if both maps are equal else returns false.
EqualMapInt16UintPPtr Returns true if both maps are equal else returns false.
EqualMapInt32BoolP Returns true if both maps are equal else returns false.
EqualMapInt32BoolPPtr Returns true if both maps are equal else returns false.
EqualMapInt32Float32P Returns true if both maps are equal else returns false.
EqualMapInt32Float32PPtr Returns true if both maps are equal else returns false.
EqualMapInt32Float64P Returns true if both maps are equal else returns false.
EqualMapInt32Float64PPtr Returns true if both maps are equal else returns false.
EqualMapInt32Int16P Returns true if both maps are equal else returns false.
EqualMapInt32Int16PPtr Returns true if both maps are equal else returns false.
EqualMapInt32Int64P Returns true if both maps are equal else returns false.
EqualMapInt32Int64PPtr Returns true if both maps are equal else returns false.
EqualMapInt32Int8P Returns true if both maps are equal else returns false.
EqualMapInt32Int8PPtr Returns true if both maps are equal else returns false.
EqualMapInt32IntP Returns true if both maps are equal else returns false.
EqualMapInt32IntPPtr Returns true if both maps are equal else returns false.
EqualMapInt32P Returns true if both maps are equal else returns false.
EqualMapInt32PPtr Returns true if both maps are equal else returns false.
EqualMapInt32StrP Returns true if both maps are equal else returns false.
EqualMapInt32StrPPtr Returns true if both maps are equal else returns false.
EqualMapInt32Uint16P Returns true if both maps are equal else returns false.
EqualMapInt32Uint16PPtr Returns true if both maps are equal else returns false.
EqualMapInt32Uint32P Returns true if both maps are equal else returns false.
EqualMapInt32Uint32PPtr Returns true if both maps are equal else returns false.
EqualMapInt32Uint64P Returns true if both maps are equal else returns false.
EqualMapInt32Uint64PPtr Returns true if both maps are equal else returns false.
EqualMapInt32Uint8P Returns true if both maps are equal else returns false.
EqualMapInt32Uint8PPtr Returns true if both maps are equal else returns false.
EqualMapInt32UintP Returns true if both maps are equal else returns false.
EqualMapInt32UintPPtr Returns true if both maps are equal else returns false.
EqualMapInt64BoolP Returns true if both maps are equal else returns false.
EqualMapInt64BoolPPtr Returns true if both maps are equal else returns false.
EqualMapInt64Float32P Returns true if both maps are equal else returns false.
EqualMapInt64Float32PPtr Returns true if both maps are equal else returns false.
EqualMapInt64Float64P Returns true if both maps are equal else returns false.
EqualMapInt64Float64PPtr Returns true if both maps are equal else returns false.
EqualMapInt64Int16P Returns true if both maps are equal else returns false.
EqualMapInt64Int16PPtr Returns true if both maps are equal else returns false.
EqualMapInt64Int32P Returns true if both maps are equal else returns false.
EqualMapInt64Int32PPtr Returns true if both maps are equal else returns false.
EqualMapInt64Int8P Returns true if both maps are equal else returns false.
EqualMapInt64Int8PPtr Returns true if both maps are equal else returns false.
EqualMapInt64IntP Returns true if both maps are equal else returns false.
EqualMapInt64IntPPtr Returns true if both maps are equal else returns false.
EqualMapInt64P Returns true if both maps are equal else returns false.
EqualMapInt64PPtr Returns true if both maps are equal else returns false.
EqualMapInt64StrP Returns true if both maps are equal else returns false.
EqualMapInt64StrPPtr Returns true if both maps are equal else returns false.
EqualMapInt64Uint16P Returns true if both maps are equal else returns false.
EqualMapInt64Uint16PPtr Returns true if both maps are equal else returns false.
EqualMapInt64Uint32P Returns true if both maps are equal else returns false.
EqualMapInt64Uint32PPtr Returns true if both maps are equal else returns false.
EqualMapInt64Uint64P Returns true if both maps are equal else returns false.
EqualMapInt64Uint64PPtr Returns true if both maps are equal else returns false.
EqualMapInt64Uint8P Returns true if both maps are equal else returns false.
EqualMapInt64Uint8PPtr Returns true if both maps are equal else returns false.
EqualMapInt64UintP Returns true if both maps are equal else returns false.
EqualMapInt64UintPPtr Returns true if both maps are equal else returns false.
EqualMapInt8BoolP Returns true if both maps are equal else returns false.
EqualMapInt8BoolPPtr Returns true if both maps are equal else returns false.
EqualMapInt8Float32P Returns true if both maps are equal else returns false.
EqualMapInt8Float32PPtr Returns true if both maps are equal else returns false.
EqualMapInt8Float64P Returns true if both maps are equal else returns false.
EqualMapInt8Float64PPtr Returns true if both maps are equal else returns false.
EqualMapInt8Int16P Returns true if both maps are equal else returns false.
EqualMapInt8Int16PPtr Returns true if both maps are equal else returns false.
EqualMapInt8Int32P Returns true if both maps are equal else returns false.
EqualMapInt8Int32PPtr Returns true if both maps are equal else returns false.
EqualMapInt8Int64P Returns true if both maps are equal else returns false.
EqualMapInt8Int64PPtr Returns true if both maps are equal else returns false.
EqualMapInt8IntP Returns true if both maps are equal else returns false.
EqualMapInt8IntPPtr Returns true if both maps are equal else returns false.
EqualMapInt8P Returns true if both maps are equal else returns false.
EqualMapInt8PPtr Returns true if both maps are equal else returns false.
EqualMapInt8StrP Returns true if both maps are equal else returns false.
EqualMapInt8StrPPtr Returns true if both maps are equal else returns false.
EqualMapInt8Uint16P Returns true if both maps are equal else returns false.
EqualMapInt8Uint16PPtr Returns true if both maps are equal else returns false.
EqualMapInt8Uint32P Returns true if both maps are equal else returns false.
EqualMapInt8Uint32PPtr Returns true if both maps are equal else returns false.
EqualMapInt8Uint64P Returns true if both maps are equal else returns false.
EqualMapInt8Uint64PPtr Returns true if both maps are equal else returns false.
EqualMapInt8Uint8P Returns true if both maps are equal else returns false.
EqualMapInt8Uint8PPtr Returns true if both maps are equal else returns false.
EqualMapInt8UintP Returns true if both maps are equal else returns false.
EqualMapInt8UintPPtr Returns true if both maps are equal else returns false.
EqualMapIntBoolP Returns true if both maps are equal else returns false.
EqualMapIntBoolPPtr Returns true if both maps are equal else returns false.
EqualMapIntFloat32P Returns true if both maps are equal else returns false.
EqualMapIntFloat32PPtr Returns true if both maps are equal else returns false.
EqualMapIntFloat64P Returns true if both maps are equal else returns false.
EqualMapIntFloat64PPtr Returns true if both maps are equal else returns false.
EqualMapIntInt16P Returns true if both maps are equal else returns false.
EqualMapIntInt16PPtr Returns true if both maps are equal else returns false.
EqualMapIntInt32P Returns true if both maps are equal else returns false.
EqualMapIntInt32PPtr Returns true if both maps are equal else returns false.
EqualMapIntInt64P Returns true if both maps are equal else returns false.
EqualMapIntInt64PPtr Returns true if both maps are equal else returns false.
EqualMapIntInt8P Returns true if both maps are equal else returns false.
EqualMapIntInt8PPtr Returns true if both maps are equal else returns false.
EqualMapIntP Returns true if both maps are equal else returns false.
EqualMapIntPPtr Returns true if both maps are equal else returns false.
EqualMapIntStrP Returns true if both maps are equal else returns false.
EqualMapIntStrPPtr Returns true if both maps are equal else returns false.
EqualMapIntUint16P Returns true if both maps are equal else returns false.
EqualMapIntUint16PPtr Returns true if both maps are equal else returns false.
EqualMapIntUint32P Returns true if both maps are equal else returns false.
EqualMapIntUint32PPtr Returns true if both maps are equal else returns false.
EqualMapIntUint64P Returns true if both maps are equal else returns false.
EqualMapIntUint64PPtr Returns true if both maps are equal else returns false.
EqualMapIntUint8P Returns true if both maps are equal else returns false.
EqualMapIntUint8PPtr Returns true if both maps are equal else returns false.
EqualMapIntUintP Returns true if both maps are equal else returns false.
EqualMapIntUintPPtr Returns true if both maps are equal else returns false.
EqualMapStrBoolP Returns true if both maps are equal else returns false.
EqualMapStrBoolPPtr Returns true if both maps are equal else returns false.
EqualMapStrFloat32P Returns true if both maps are equal else returns false.
EqualMapStrFloat32PPtr Returns true if both maps are equal else returns false.
EqualMapStrFloat64P Returns true if both maps are equal else returns false.
EqualMapStrFloat64PPtr Returns true if both maps are equal else returns false.
EqualMapStrInt16P Returns true if both maps are equal else returns false.
EqualMapStrInt16PPtr Returns true if both maps are equal else returns false.
EqualMapStrInt32P Returns true if both maps are equal else returns false.
EqualMapStrInt32PPtr Returns true if both maps are equal else returns false.
EqualMapStrInt64P Returns true if both maps are equal else returns false.
EqualMapStrInt64PPtr Returns true if both maps are equal else returns false.
EqualMapStrInt8P Returns true if both maps are equal else returns false.
EqualMapStrInt8PPtr Returns true if both maps are equal else returns false.
EqualMapStrIntP Returns true if both maps are equal else returns false.
EqualMapStrIntPPtr Returns true if both maps are equal else returns false.
EqualMapStrP Returns true if both maps are equal else returns false.
EqualMapStrPPtr Returns true if both maps are equal else returns false.
EqualMapStrUint16P Returns true if both maps are equal else returns false.
EqualMapStrUint16PPtr Returns true if both maps are equal else returns false.
EqualMapStrUint32P Returns true if both maps are equal else returns false.
EqualMapStrUint32PPtr Returns true if both maps are equal else returns false.
EqualMapStrUint64P Returns true if both maps are equal else returns false.
EqualMapStrUint64PPtr Returns true if both maps are equal else returns false.
EqualMapStrUint8P Returns true if both maps are equal else returns false.
EqualMapStrUint8PPtr Returns true if both maps are equal else returns false.
EqualMapStrUintP Returns true if both maps are equal else returns false.
EqualMapStrUintPPtr Returns true if both maps are equal else returns false.
EqualMapUint16BoolP Returns true if both maps are equal else returns false.
EqualMapUint16BoolPPtr Returns true if both maps are equal else returns false.
EqualMapUint16Float32P Returns true if both maps are equal else returns false.
EqualMapUint16Float32PPtr Returns true if both maps are equal else returns false.
EqualMapUint16Float64P Returns true if both maps are equal else returns false.
EqualMapUint16Float64PPtr Returns true if both maps are equal else returns false.
EqualMapUint16Int16P Returns true if both maps are equal else returns false.
EqualMapUint16Int16PPtr Returns true if both maps are equal else returns false.
EqualMapUint16Int32P Returns true if both maps are equal else returns false.
EqualMapUint16Int32PPtr Returns true if both maps are equal else returns false.
EqualMapUint16Int64P Returns true if both maps are equal else returns false.
EqualMapUint16Int64PPtr Returns true if both maps are equal else returns false.
EqualMapUint16Int8P Returns true if both maps are equal else returns false.
EqualMapUint16Int8PPtr Returns true if both maps are equal else returns false.
EqualMapUint16IntP Returns true if both maps are equal else returns false.
EqualMapUint16IntPPtr Returns true if both maps are equal else returns false.
EqualMapUint16P Returns true if both maps are equal else returns false.
EqualMapUint16PPtr Returns true if both maps are equal else returns false.
EqualMapUint16StrP Returns true if both maps are equal else returns false.
EqualMapUint16StrPPtr Returns true if both maps are equal else returns false.
EqualMapUint16Uint32P Returns true if both maps are equal else returns false.
EqualMapUint16Uint32PPtr Returns true if both maps are equal else returns false.
EqualMapUint16Uint64P Returns true if both maps are equal else returns false.
EqualMapUint16Uint64PPtr Returns true if both maps are equal else returns false.
EqualMapUint16Uint8P Returns true if both maps are equal else returns false.
EqualMapUint16Uint8PPtr Returns true if both maps are equal else returns false.
EqualMapUint16UintP Returns true if both maps are equal else returns false.
EqualMapUint16UintPPtr Returns true if both maps are equal else returns false.
EqualMapUint32BoolP Returns true if both maps are equal else returns false.
EqualMapUint32BoolPPtr Returns true if both maps are equal else returns false.
EqualMapUint32Float32P Returns true if both maps are equal else returns false.
EqualMapUint32Float32PPtr Returns true if both maps are equal else returns false.
EqualMapUint32Float64P Returns true if both maps are equal else returns false.
EqualMapUint32Float64PPtr Returns true if both maps are equal else returns false.
EqualMapUint32Int16P Returns true if both maps are equal else returns false.
EqualMapUint32Int16PPtr Returns true if both maps are equal else returns false.
EqualMapUint32Int32P Returns true if both maps are equal else returns false.
EqualMapUint32Int32PPtr Returns true if both maps are equal else returns false.
EqualMapUint32Int64P Returns true if both maps are equal else returns false.
EqualMapUint32Int64PPtr Returns true if both maps are equal else returns false.
EqualMapUint32Int8P Returns true if both maps are equal else returns false.
EqualMapUint32Int8PPtr Returns true if both maps are equal else returns false.
EqualMapUint32IntP Returns true if both maps are equal else returns false.
EqualMapUint32IntPPtr Returns true if both maps are equal else returns false.
EqualMapUint32P Returns true if both maps are equal else returns false.
EqualMapUint32PPtr Returns true if both maps are equal else returns false.
EqualMapUint32StrP Returns true if both maps are equal else returns false.
EqualMapUint32StrPPtr Returns true if both maps are equal else returns false.
EqualMapUint32Uint16P Returns true if both maps are equal else returns false.
EqualMapUint32Uint16PPtr Returns true if both maps are equal else returns false.
EqualMapUint32Uint64P Returns true if both maps are equal else returns false.
EqualMapUint32Uint64PPtr Returns true if both maps are equal else returns false.
EqualMapUint32Uint8P Returns true if both maps are equal else returns false.
EqualMapUint32Uint8PPtr Returns true if both maps are equal else returns false.
EqualMapUint32UintP Returns true if both maps are equal else returns false.
EqualMapUint32UintPPtr Returns true if both maps are equal else returns false.
EqualMapUint64BoolP Returns true if both maps are equal else returns false.
EqualMapUint64BoolPPtr Returns true if both maps are equal else returns false.
EqualMapUint64Float32P Returns true if both maps are equal else returns false.
EqualMapUint64Float32PPtr Returns true if both maps are equal else returns false.
EqualMapUint64Float64P Returns true if both maps are equal else returns false.
EqualMapUint64Float64PPtr Returns true if both maps are equal else returns false.
EqualMapUint64Int16P Returns true if both maps are equal else returns false.
EqualMapUint64Int16PPtr Returns true if both maps are equal else returns false.
EqualMapUint64Int32P Returns true if both maps are equal else returns false.
EqualMapUint64Int32PPtr Returns true if both maps are equal else returns false.
EqualMapUint64Int64P Returns true if both maps are equal else returns false.
EqualMapUint64Int64PPtr Returns true if both maps are equal else returns false.
EqualMapUint64Int8P Returns true if both maps are equal else returns false.
EqualMapUint64Int8PPtr Returns true if both maps are equal else returns false.
EqualMapUint64IntP Returns true if both maps are equal else returns false.
EqualMapUint64IntPPtr Returns true if both maps are equal else returns false.
EqualMapUint64P Returns true if both maps are equal else returns false.
EqualMapUint64PPtr Returns true if both maps are equal else returns false.
EqualMapUint64StrP Returns true if both maps are equal else returns false.
EqualMapUint64StrPPtr Returns true if both maps are equal else returns false.
EqualMapUint64Uint16P Returns true if both maps are equal else returns false.
EqualMapUint64Uint16PPtr Returns true if both maps are equal else returns false.
EqualMapUint64Uint32P Returns true if both maps are equal else returns false.
EqualMapUint64Uint32PPtr Returns true if both maps are equal else returns false.
EqualMapUint64Uint8P Returns true if both maps are equal else returns false.
EqualMapUint64Uint8PPtr Returns true if both maps are equal else returns false.
EqualMapUint64UintP Returns true if both maps are equal else returns false.
EqualMapUint64UintPPtr Returns true if both maps are equal else returns false.
EqualMapUint8BoolP Returns true if both maps are equal else returns false.
EqualMapUint8BoolPPtr Returns true if both maps are equal else returns false.
EqualMapUint8Float32P Returns true if both maps are equal else returns false.
EqualMapUint8Float32PPtr Returns true if both maps are equal else returns false.
EqualMapUint8Float64P Returns true if both maps are equal else returns false.
EqualMapUint8Float64PPtr Returns true if both maps are equal else returns false.
EqualMapUint8Int16P Returns true if both maps are equal else returns false.
EqualMapUint8Int16PPtr Returns true if both maps are equal else returns false.
EqualMapUint8Int32P Returns true if both maps are equal else returns false.
EqualMapUint8Int32PPtr Returns true if both maps are equal else returns false.
EqualMapUint8Int64P Returns true if both maps are equal else returns false.
EqualMapUint8Int64PPtr Returns true if both maps are equal else returns false.
EqualMapUint8Int8P Returns true if both maps are equal else returns false.
EqualMapUint8Int8PPtr Returns true if both maps are equal else returns false.
EqualMapUint8IntP Returns true if both maps are equal else returns false.
EqualMapUint8IntPPtr Returns true if both maps are equal else returns false.
EqualMapUint8P Returns true if both maps are equal else returns false.
EqualMapUint8PPtr Returns true if both maps are equal else returns false.
EqualMapUint8StrP Returns true if both maps are equal else returns false.
EqualMapUint8StrPPtr Returns true if both maps are equal else returns false.
EqualMapUint8Uint16P Returns true if both maps are equal else returns false.
EqualMapUint8Uint16PPtr Returns true if both maps are equal else returns false.
EqualMapUint8Uint32P Returns true if both maps are equal else returns false.
EqualMapUint8Uint32PPtr Returns true if both maps are equal else returns false.
EqualMapUint8Uint64P Returns true if both maps are equal else returns false.
EqualMapUint8Uint64PPtr Returns true if both maps are equal else returns false.
EqualMapUint8UintP Returns true if both maps are equal else returns false.
EqualMapUint8UintPPtr Returns true if both maps are equal else returns false.
EqualMapUintBoolP Returns true if both maps are equal else returns false.
EqualMapUintBoolPPtr Returns true if both maps are equal else returns false.
EqualMapUintFloat32P Returns true if both maps are equal else returns false.
EqualMapUintFloat32PPtr Returns true if both maps are equal else returns false.
EqualMapUintFloat64P Returns true if both maps are equal else returns false.
EqualMapUintFloat64PPtr Returns true if both maps are equal else returns false.
EqualMapUintInt16P Returns true if both maps are equal else returns false.
EqualMapUintInt16PPtr Returns true if both maps are equal else returns false.
EqualMapUintInt32P Returns true if both maps are equal else returns false.
EqualMapUintInt32PPtr Returns true if both maps are equal else returns false.
EqualMapUintInt64P Returns true if both maps are equal else returns false.
EqualMapUintInt64PPtr Returns true if both maps are equal else returns false.
EqualMapUintInt8P Returns true if both maps are equal else returns false.
EqualMapUintInt8PPtr Returns true if both maps are equal else returns false.
EqualMapUintIntP Returns true if both maps are equal else returns false.
EqualMapUintIntPPtr Returns true if both maps are equal else returns false.
EqualMapUintP Returns true if both maps are equal else returns false.
EqualMapUintPPtr Returns true if both maps are equal else returns false.
EqualMapUintStrP Returns true if both maps are equal else returns false.
EqualMapUintStrPPtr Returns true if both maps are equal else returns false.
EqualMapUintUint16P Returns true if both maps are equal else returns false.
EqualMapUintUint16PPtr Returns true if both maps are equal else returns false.
EqualMapUintUint32P Returns true if both maps are equal else returns false.
EqualMapUintUint32PPtr Returns true if both maps are equal else returns false.
EqualMapUintUint64P Returns true if both maps are equal else returns false.
EqualMapUintUint64PPtr Returns true if both maps are equal else returns false.
EqualMapUintUint8P Returns true if both maps are equal else returns false.
EqualMapUintUint8PPtr Returns true if both maps are equal else returns false.
EqualStrsP Returns true if both list are equal else returns false.
EqualStrsPPtr Returns true if both list are equal else returns false.
EqualUint64sP Returns true if both list are equal else returns false.
EqualUint64sPPtr Returns true if both list are equal else returns false.
EqualUints16P Returns true if both list are equal else returns false.
EqualUints16PPtr Returns true if both list are equal else returns false.
EqualUints32P Returns true if both list are equal else returns false.
EqualUints32PPtr Returns true if both list are equal else returns false.
EqualUints8P Returns true if both list are equal else returns false.
EqualUints8PPtr Returns true if both list are equal else returns false.
EqualUintsP Returns true if both list are equal else returns false.
EqualUintsPPtr Returns true if both list are equal else returns false.
EvenInt16P Returns true if n is even.
EvenInt16PPtr Returns true if n is even.
EvenInt32P Returns true if n is even.
EvenInt32PPtr Returns true if n is even.
EvenInt64P Returns true if n is even.
EvenInt64PPtr Returns true if n is even.
EvenInt8P Returns true if n is even.
EvenInt8PPtr Returns true if n is even.
EvenIntP Returns true if n is even.
EvenIntPPtr Returns true if n is even.
EvenUint16P Returns true if n is even.
EvenUint16PPtr Returns true if n is even.
EvenUint32P Returns true if n is even.
EvenUint32PPtr Returns true if n is even.
EvenUint64P Returns true if n is even.
EvenUint64PPtr Returns true if n is even.
EvenUint8P Returns true if n is even.
EvenUint8PPtr Returns true if n is even.
EvenUintP Returns true if n is even.
EvenUintPPtr Returns true if n is even.
EveryBool returns true if supplied function returns logical true for every item in the list Example: fp.EveryBool(fp.True, []bool{true, true, true, true}) // Returns true fp.EveryBool(fp.True, []bool{true, false, true, true}) // Returns false fp.EveryBool(fp.False, []bool{false, false, false, false}) // Returns true fp.EveryBool(fp.False, []bool{}) // Returns false fp.EveryBool(fp.True, []bool{}) // Returns false fp.EveryBool(fp.True, nil) // Returns false.
EveryBoolErr returns true if supplied function returns logical true for every item in the list.
EveryBoolPtr returns true if supplied function returns logical true for every item in the list.
EveryBoolPtrErr returns true if supplied function returns logical true for every item in the list.
EveryFloat32 returns true if supplied function returns logical true for every item in the list Example: fp.EveryFloat32(isPositive, []float32{8.2, 2.3, 10.4, 4}) // Returns true func isPositive(num float32) bool { return num > 0 } fp.EveryFloat32(even, []float32{}) // Returns false fp.EveryFloat32(nil, []float32{}) // Returns false fp.EveryFloat32(nil, nil) // Returns false.
EveryFloat32Err returns true if supplied function returns logical true for every item in the list.
EveryFloat32Ptr returns true if supplied function returns logical true for every item in the list.
EveryFloat32PtrErr returns true if supplied function returns logical true for every item in the list.
EveryFloat64 returns true if supplied function returns logical true for every item in the list Example: fp.EveryFloat64(isPositive, []float64{8.2, 2.3, 10.4, 4}) // Returns true func isPositive(num float64) bool { return num > 0 } fp.EveryFloat64(even, []float64{}) // Returns false fp.EveryFloat64(nil, []float64{}) // Returns false fp.EveryFloat64(nil, nil) // Returns false.
EveryFloat64Err returns true if supplied function returns logical true for every item in the list.
EveryFloat64Ptr returns true if supplied function returns logical true for every item in the list.
EveryFloat64PtrErr returns true if supplied function returns logical true for every item in the list.
EveryInt returns true if supplied function returns logical true for every item in the list Example: fp.EveryInt(even, []int{8, 2, 10, 4}) // Returns true func isEven(num int) bool { return num%2 == 0 } fp.EveryInt(even, []int{}) // Returns false fp.EveryInt(nil, []int{}) // Returns false fp.EveryInt(nil, nil) // Returns false.
EveryInt16 returns true if supplied function returns logical true for every item in the list Example: fp.EveryInt16(even, []int16{8, 2, 10, 4}) // Returns true func isEven(num int16) bool { return num%2 == 0 } fp.EveryInt16(even, []int16{}) // Returns false fp.EveryInt16(nil, []int16{}) // Returns false fp.EveryInt16(nil, nil) // Returns false.
EveryInt16Err returns true if supplied function returns logical true for every item in the list.
EveryInt16Ptr returns true if supplied function returns logical true for every item in the list.
EveryInt16PtrErr returns true if supplied function returns logical true for every item in the list.
EveryInt32 returns true if supplied function returns logical true for every item in the list Example: fp.EveryInt32(even, []int32{8, 2, 10, 4}) // Returns true func isEven(num int32) bool { return num%2 == 0 } fp.EveryInt32(even, []int32{}) // Returns false fp.EveryInt32(nil, []int32{}) // Returns false fp.EveryInt32(nil, nil) // Returns false.
EveryInt32Err returns true if supplied function returns logical true for every item in the list.
EveryInt32Ptr returns true if supplied function returns logical true for every item in the list.
EveryInt32PtrErr returns true if supplied function returns logical true for every item in the list.
EveryInt64 returns true if supplied function returns logical true for every item in the list Example: fp.EveryInt64(even, []int64{8, 2, 10, 4}) // Returns true func isEven(num int64) bool { return num%2 == 0 } fp.EveryInt64(even, []int64{}) // Returns false fp.EveryInt64(nil, []int64{}) // Returns false fp.EveryInt64(nil, nil) // Returns false.
EveryInt64Err returns true if supplied function returns logical true for every item in the list.
EveryInt64Ptr returns true if supplied function returns logical true for every item in the list.
EveryInt64PtrErr returns true if supplied function returns logical true for every item in the list.
EveryInt8 returns true if supplied function returns logical true for every item in the list Example: fp.EveryInt8(even, []int8{8, 2, 10, 4}) // Returns true func isEven(num int8) bool { return num%2 == 0 } fp.EveryInt8(even, []int8{}) // Returns false fp.EveryInt8(nil, []int8{}) // Returns false fp.EveryInt8(nil, nil) // Returns false.
EveryInt8Err returns true if supplied function returns logical true for every item in the list.
EveryInt8Ptr returns true if supplied function returns logical true for every item in the list.
EveryInt8PtrErr returns true if supplied function returns logical true for every item in the list.
EveryIntErr returns true if supplied function returns logical true for every item in the list.
EveryIntPtr returns true if supplied function returns logical true for every item in the list.
EveryIntPtrErr returns true if supplied function returns logical true for every item in the list.
EveryStr returns true if supplied function returns logical true for every item in the list Example: fp.EveryStr(isStrLen3, []string{"Ram", "Raj", "Sai"}) // Returns true func isStrLen3(str string) bool { return len(str) == 3 } fp.EveryStr(even, []string{}) // Returns false fp.EveryStr(nil, []string{}) // Returns false fp.EveryStr(nil, nil) // Returns false.
EveryStrErr returns true if supplied function returns logical true for every item in the list.
EveryStrPtr returns true if supplied function returns logical true for every item in the list.
EveryStrPtrErr returns true if supplied function returns logical true for every item in the list.
EveryUint returns true if supplied function returns logical true for every item in the list Example: fp.EveryUint(even, []uint{8, 2, 10, 4}) // Returns true func isEven(num uint) bool { return num%2 == 0 } fp.EveryUint(even, []uint{}) // Returns false fp.EveryUint(nil, []uint{}) // Returns false fp.EveryUint(nil, nil) // Returns false.
EveryUint16 returns true if supplied function returns logical true for every item in the list Example: fp.EveryUint16(even, []uint16{8, 2, 10, 4}) // Returns true func isEven(num uint16) bool { return num%2 == 0 } fp.EveryUint16(even, []uint16{}) // Returns false fp.EveryUint16(nil, []uint16{}) // Returns false fp.EveryUint16(nil, nil) // Returns false.
EveryUint16Err returns true if supplied function returns logical true for every item in the list.
EveryUint16Ptr returns true if supplied function returns logical true for every item in the list.
EveryUint16PtrErr returns true if supplied function returns logical true for every item in the list.
EveryUint32 returns true if supplied function returns logical true for every item in the list Example: fp.EveryUint32(even, []uint32{8, 2, 10, 4}) // Returns true func isEven(num uint32) bool { return num%2 == 0 } fp.EveryUint32(even, []uint32{}) // Returns false fp.EveryUint32(nil, []uint32{}) // Returns false fp.EveryUint32(nil, nil) // Returns false.
EveryUint32Err returns true if supplied function returns logical true for every item in the list.
EveryUint32Ptr returns true if supplied function returns logical true for every item in the list.
EveryUint32PtrErr returns true if supplied function returns logical true for every item in the list.
EveryUint64 returns true if supplied function returns logical true for every item in the list Example: fp.EveryUint64(even, []uint64{8, 2, 10, 4}) // Returns true func isEven(num uint64) bool { return num%2 == 0 } fp.EveryUint64(even, []uint64{}) // Returns false fp.EveryUint64(nil, []uint64{}) // Returns false fp.EveryUint64(nil, nil) // Returns false.
EveryUint64Err returns true if supplied function returns logical true for every item in the list.
EveryUint64Ptr returns true if supplied function returns logical true for every item in the list.
EveryUint64PtrErr returns true if supplied function returns logical true for every item in the list.
EveryUint8 returns true if supplied function returns logical true for every item in the list Example: fp.EveryUint8(even, []uint8{8, 2, 10, 4}) // Returns true func isEven(num uint8) bool { return num%2 == 0 } fp.EveryUint8(even, []uint8{}) // Returns false fp.EveryUint8(nil, []uint8{}) // Returns false fp.EveryUint8(nil, nil) // Returns false.
EveryUint8Err returns true if supplied function returns logical true for every item in the list.
EveryUint8Ptr returns true if supplied function returns logical true for every item in the list.
EveryUint8PtrErr returns true if supplied function returns logical true for every item in the list.
EveryUintErr returns true if supplied function returns logical true for every item in the list.
EveryUintPtr returns true if supplied function returns logical true for every item in the list.
EveryUintPtrErr returns true if supplied function returns logical true for every item in the list.
ExistsBool checks if given item exists in the list.
ExistsBoolPtr checks if given item exists in the list.
ExistsFloat32 checks if given item exists in the list Example: ExistsFloat32(8, []float32{8, 2, 10, 4}) // Returns true ExistsFloat32(8, []float32{}) // Returns false ExistsFloat32(8, nil) // Returns false.
ExistsFloat32Ptr checks if given item exists in the list.
ExistsFloat64 checks if given item exists in the list Example: ExistsFloat64(8, []float64{8, 2, 10, 4}) // Returns true ExistsFloat64(8, []float64{}) // Returns false ExistsFloat64(8, nil) // Returns false.
ExistsFloat64Ptr checks if given item exists in the list.
ExistsInt checks if given item exists in the list Example: ExistsInt(8, []int{8, 2, 10, 4}) // Returns true ExistsInt(8, []int{}) // Returns false ExistsInt(8, nil) // Returns false.
ExistsInt16 checks if given item exists in the list Example: ExistsInt16(8, []int16{8, 2, 10, 4}) // Returns true ExistsInt16(8, []int16{}) // Returns false ExistsInt16(8, nil) // Returns false.
ExistsInt16Ptr checks if given item exists in the list.
ExistsInt32 checks if given item exists in the list Example: ExistsInt32(8, []int32{8, 2, 10, 4}) // Returns true ExistsInt32(8, []int32{}) // Returns false ExistsInt32(8, nil) // Returns false.
ExistsInt32Ptr checks if given item exists in the list.
ExistsInt64 checks if given item exists in the list Example: ExistsInt64(8, []int64{8, 2, 10, 4}) // Returns true ExistsInt(8, []int64{}) // Returns false ExistsInt(8, nil) // Returns false.
ExistsInt64Ptr checks if given item exists in the list.
ExistsInt8 checks if given item exists in the list Example: ExistsInt8(8, []int8{8, 2, 10, 4}) // Returns true ExistsInt8(8, []int8{}) // Returns false ExistsInt8(8, nil) // Returns false.
ExistsInt8Ptr checks if given item exists in the list.
ExistsIntPtr checks if given item exists in the list.
ExistsStr checks if given item exists in the list Example: ExistsStr("ram", []string{"shyam", "ram", "Hanuman"}) // Returns true ExistsStr("ram", []string{}) // Returns false ExistsStr("ram", nil) // Returns false.
ExistsStrIgnoreCase checks if given item exists in the list Example: ExistsStrIgnoreCase("Ram", []string{"shyam", "ram", "Hanuman"}) // Returns true ExistsStrIgnoreCase("ram", []string{}) // Returns false ExistsStrIgnoreCase("ram", nil) // Returns false.
ExistsStrPtr checks if given item exists in the list.
ExistsUint checks if given item exists in the list Example: ExistsUint(8, []uint{8, 2, 10, 4}) // Returns true ExistsUint(8, []uint{}) // Returns false ExistsUint(8, nil) // Returns false.
ExistsUint16 checks if given item exists in the list Example: ExistsUint16(8, []uint16{8, 2, 10, 4}) // Returns true ExistsUint16(8, []uint16{}) // Returns false ExistsUint16(8, nil) // Returns false.
ExistsUint16Ptr checks if given item exists in the list.
ExistsUint32 checks if given item exists in the list Example: ExistsUint32(8, []uint32{8, 2, 10, 4}) // Returns true ExistsUint32(8, []uint32{}) // Returns false ExistsUint32(8, nil) // Returns false.
ExistsUint32Ptr checks if given item exists in the list.
ExistsUint64 checks if given item exists in the list Example: ExistsUint64(8, []uint64{8, 2, 10, 4}) // Returns true ExistsUint64(8, []uint64{}) // Returns false ExistsUint64(8, nil) // Returns false.
ExistsUint64Ptr checks if given item exists in the list.
ExistsUint8 checks if given item exists in the list Example: ExistsUint8(8, []uint8{8, 2, 10, 4}) // Returns true ExistsUint8(8, []uint8{}) // Returns false ExistsUint8(8, nil) // Returns false.
ExistsUint8Ptr checks if given item exists in the list.
ExistsUintPtr checks if given item exists in the list.
False returns false.
FilterBool takes two arguments 1.
FilterBoolErr takes two arguments 1.
FilterBoolPtr takes two arguments 1.
FilterBoolPtrErr takes two arguments 1.
FilterFloat32 filters list based on function passed as 1st argument Takes two inputs 1.
FilterFloat32Err takes two arguments 1.
FilterFloat32Ptr takes two arguments 1.
FilterFloat32PtrErr takes two arguments 1.
FilterFloat64 filters list based on function passed as 1st argument Takes two inputs 1.
FilterFloat64Err takes two arguments 1.
FilterFloat64Ptr takes two arguments 1.
FilterFloat64PtrErr takes two arguments 1.
FilterInt filters list based on function passed as 1st argument Takes two inputs 1.
FilterInt16 filters list based on function passed as 1st argument Takes two inputs 1.
FilterInt16Err takes two arguments 1.
FilterInt16Ptr takes two arguments 1.
FilterInt16PtrErr takes two arguments 1.
FilterInt32 filters list based on function passed as 1st argument Takes two inputs 1.
FilterInt32Err takes two arguments 1.
FilterInt32Ptr takes two arguments 1.
FilterInt32PtrErr takes two arguments 1.
FilterInt64 filters list based on function passed as 1st argument Takes two inputs 1.
FilterInt64Err takes two arguments 1.
FilterInt64Ptr takes two arguments 1.
FilterInt64PtrErr takes two arguments 1.
FilterInt8 filters list based on function passed as 1st argument Takes two inputs 1.
FilterInt8Err takes two arguments 1.
FilterInt8Ptr takes two arguments 1.
FilterInt8PtrErr takes two arguments 1.
FilterIntErr takes two arguments 1.
FilterIntPtr takes two arguments 1.
FilterIntPtrErr takes two arguments 1.
FilterMapBoolFloat32 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapBoolFloat32Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapBoolFloat32Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapBoolFloat32PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapBoolFloat64 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapBoolFloat64Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapBoolFloat64Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapBoolFloat64PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapBoolInt filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapBoolInt16 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapBoolInt16Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapBoolInt16Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapBoolInt16PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapBoolInt32 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapBoolInt32Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapBoolInt32Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapBoolInt32PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapBoolInt64 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapBoolInt64Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapBoolInt64Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapBoolInt64PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapBoolInt8 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapBoolInt8Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapBoolInt8Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapBoolInt8PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapBoolIntErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapBoolIntPtr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapBoolIntPtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapBoolPtr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapBoolStr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapBoolStrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapBoolStrPtr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapBoolStrPtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapBoolUint filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapBoolUint16 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapBoolUint16Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapBoolUint16Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapBoolUint16PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapBoolUint32 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapBoolUint32Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapBoolUint32Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapBoolUint32PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapBoolUint64 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapBoolUint64Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapBoolUint64Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapBoolUint64PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapBoolUint8 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapBoolUint8Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapBoolUint8Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapBoolUint8PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapBoolUintErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapBoolUintPtr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapBoolUintPtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapFloat32 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapFloat32Bool filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapFloat32BoolErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapFloat32BoolPtr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapFloat32BoolPtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapFloat32Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapFloat32Float64 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapFloat32Float64Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapFloat32Float64Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapFloat32Float64PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapFloat32Int filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapFloat32Int16 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapFloat32Int16Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapFloat32Int16Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapFloat32Int16PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapFloat32Int32 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapFloat32Int32Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapFloat32Int32Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapFloat32Int32PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapFloat32Int64 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapFloat32Int64Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapFloat32Int64Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapFloat32Int64PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapFloat32Int8 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapFloat32Int8Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapFloat32Int8Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapFloat32Int8PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapFloat32IntErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapFloat32IntPtr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapFloat32IntPtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapFloat32Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapFloat32PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapFloat32Str filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapFloat32StrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapFloat32StrPtr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapFloat32StrPtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapFloat32Uint filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapFloat32Uint16 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapFloat32Uint16Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapFloat32Uint16Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapFloat32Uint16PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapFloat32Uint32 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapFloat32Uint32Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapFloat32Uint32Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapFloat32Uint32PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapFloat32Uint64 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapFloat32Uint64Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapFloat32Uint64Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapFloat32Uint64PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapFloat32Uint8 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapFloat32Uint8Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapFloat32Uint8Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapFloat32Uint8PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapFloat32UintErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapFloat32UintPtr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapFloat32UintPtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapFloat64 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapFloat64Bool filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapFloat64BoolErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapFloat64BoolPtr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapFloat64BoolPtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapFloat64Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapFloat64Float32 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapFloat64Float32Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapFloat64Float32Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapFloat64Float32PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapFloat64Int filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapFloat64Int16 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapFloat64Int16Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapFloat64Int16Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapFloat64Int16PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapFloat64Int32 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapFloat64Int32Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapFloat64Int32Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapFloat64Int32PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapFloat64Int64 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapFloat64Int64Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapFloat64Int64Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapFloat64Int64PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapFloat64Int8 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapFloat64Int8Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapFloat64Int8Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapFloat64Int8PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapFloat64IntErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapFloat64IntPtr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapFloat64IntPtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapFloat64Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapFloat64PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapFloat64Str filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapFloat64StrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapFloat64StrPtr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapFloat64StrPtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapFloat64Uint filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapFloat64Uint16 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapFloat64Uint16Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapFloat64Uint16Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapFloat64Uint16PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapFloat64Uint32 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapFloat64Uint32Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapFloat64Uint32Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapFloat64Uint32PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapFloat64Uint64 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapFloat64Uint64Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapFloat64Uint64Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapFloat64Uint64PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapFloat64Uint8 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapFloat64Uint8Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapFloat64Uint8Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapFloat64Uint8PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapFloat64UintErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapFloat64UintPtr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapFloat64UintPtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt16 filter the list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt16Bool filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt16BoolErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt16BoolPtr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt16BoolPtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt16Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt16Float32 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt16Float32Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt16Float32Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt16Float32PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt16Float64 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt16Float64Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt16Float64Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt16Float64PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt16Int filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt16Int32 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt16Int32Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt16Int32Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt16Int32PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt16Int64 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt16Int64Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt16Int64Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt16Int64PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt16Int8 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt16Int8Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt16Int8Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt16Int8PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt16IntErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt16IntPtr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt16IntPtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt16Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt16PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt16Str filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt16StrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt16StrPtr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt16StrPtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt16Uint filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt16Uint16 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt16Uint16Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt16Uint16Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt16Uint16PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt16Uint32 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt16Uint32Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt16Uint32Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt16Uint32PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt16Uint64 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt16Uint64Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt16Uint64Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt16Uint64PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt16Uint8 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt16Uint8Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt16Uint8Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt16Uint8PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt16UintErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt16UintPtr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt16UintPtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt32 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt32Bool filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt32BoolErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt32BoolPtr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt32BoolPtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt32Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt32Float32 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt32Float32Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt32Float32Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt32Float32PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt32Float64 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt32Float64Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt32Float64Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt32Float64PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt32Int filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt32Int16 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt32Int16Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt32Int16Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt32Int16PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt32Int64 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt32Int64Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt32Int64Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt32Int64PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt32Int8 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt32Int8Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt32Int8Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt32Int8PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt32IntErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt32IntPtr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt32IntPtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt32Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt32PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt32Str filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt32StrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt32StrPtr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt32StrPtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt32Uint filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt32Uint16 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt32Uint16Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt32Uint16Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt32Uint16PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt32Uint32 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt32Uint32Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt32Uint32Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt32Uint32PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt32Uint64 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt32Uint64Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt32Uint64Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt32Uint64PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt32Uint8 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt32Uint8Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt32Uint8Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt32Uint8PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt32UintErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt32UintPtr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt32UintPtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt64 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt64Bool filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt64BoolErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt64BoolPtr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt64BoolPtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt64Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt64Float32 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt64Float32Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt64Float32Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt64Float32PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt64Float64 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt64Float64Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt64Float64Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt64Float64PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt64Int filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt64Int16 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt64Int16Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt64Int16Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt64Int16PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt64Int32 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt64Int32Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt64Int32Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt64Int32PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt64Int8 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt64Int8Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt64Int8Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt64Int8PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt64IntErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt64IntPtr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt64IntPtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt64Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt64PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt64Str filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt64StrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt64StrPtr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt64StrPtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt64Uint filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt64Uint16 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt64Uint16Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt64Uint16Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt64Uint16PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt64Uint32 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt64Uint32Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt64Uint32Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt64Uint32PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt64Uint64 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt64Uint64Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt64Uint64Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt64Uint64PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt64Uint8 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt64Uint8Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt64Uint8Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt64Uint8PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt64UintErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt64UintPtr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt64UintPtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt8 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt8Bool filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt8BoolErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt8BoolPtr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt8BoolPtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt8Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt8Float32 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt8Float32Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt8Float32Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt8Float32PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt8Float64 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt8Float64Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt8Float64Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt8Float64PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt8Int filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt8Int16 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt8Int16Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt8Int16Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt8Int16PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt8Int32 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt8Int32Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt8Int32Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt8Int32PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt8Int64 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt8Int64Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt8Int64Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt8Int64PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt8IntErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt8IntPtr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt8IntPtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt8Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt8PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt8Str filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt8StrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt8StrPtr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt8StrPtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt8Uint filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt8Uint16 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt8Uint16Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt8Uint16Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt8Uint16PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt8Uint32 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt8Uint32Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt8Uint32Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt8Uint32PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt8Uint64 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt8Uint64Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt8Uint64Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt8Uint64PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt8Uint8 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt8Uint8Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt8Uint8Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt8Uint8PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt8UintErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapInt8UintPtr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapInt8UintPtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapIntBool filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapIntBoolErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapIntBoolPtr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapIntBoolPtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapIntErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapIntFloat32 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapIntFloat32Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapIntFloat32Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapIntFloat32PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapIntFloat64 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapIntFloat64Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapIntFloat64Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapIntFloat64PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapIntInt16 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapIntInt16Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapIntInt16Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapIntInt16PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapIntInt32 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapIntInt32Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapIntInt32Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapIntInt32PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapIntInt64 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapIntInt64Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapIntInt64Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapIntInt64PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapIntInt8 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapIntInt8Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapIntInt8Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapIntInt8PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapIntPtr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapIntPtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapIntStr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapIntStrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapIntStrPtr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapIntStrPtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapIntUint filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapIntUint16 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapIntUint16Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapIntUint16Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapIntUint16PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapIntUint32 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapIntUint32Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapIntUint32Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapIntUint32PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapIntUint64 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapIntUint64Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapIntUint64Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapIntUint64PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapIntUint8 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapIntUint8Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapIntUint8Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapIntUint8PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapIntUintErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapIntUintPtr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapIntUintPtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapStr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapStrBool filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapStrBoolErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapStrBoolPtr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapStrBoolPtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapStrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapStrFloat32 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapStrFloat32Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapStrFloat32Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapStrFloat32PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapStrFloat64 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapStrFloat64Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapStrFloat64Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapStrFloat64PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapStrInt filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapStrInt16 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapStrInt16Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapStrInt16Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapStrInt16PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapStrInt32 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapStrInt32Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapStrInt32Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapStrInt32PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapStrInt64 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapStrInt64Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapStrInt64Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapStrInt64PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapStrInt8 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapStrInt8Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapStrInt8Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapStrInt8PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapStrIntErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapStrIntPtr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapStrIntPtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapStrPtr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapStrPtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapStrUint filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapStrUint16 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapStrUint16Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapStrUint16Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapStrUint16PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapStrUint32 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapStrUint32Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapStrUint32Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapStrUint32PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapStrUint64 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapStrUint64Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapStrUint64Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapStrUint64PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapStrUint8 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapStrUint8Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapStrUint8Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapStrUint8PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapStrUintErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapStrUintPtr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapStrUintPtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint16 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint16Bool filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint16BoolErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint16BoolPtr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint16BoolPtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint16Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint16Float32 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint16Float32Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint16Float32Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint16Float32PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint16Float64 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint16Float64Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint16Float64Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint16Float64PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint16Int filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint16Int16 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint16Int16Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint16Int16Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint16Int16PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint16Int32 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint16Int32Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint16Int32Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint16Int32PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint16Int64 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint16Int64Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint16Int64Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint16Int64PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint16Int8 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint16Int8Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint16Int8Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint16Int8PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint16IntErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint16IntPtr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint16IntPtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint16Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint16PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint16Str filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint16StrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint16StrPtr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint16StrPtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint16Uint filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint16Uint32 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint16Uint32Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint16Uint32Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint16Uint32PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint16Uint64 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint16Uint64Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint16Uint64Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint16Uint64PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint16Uint8 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint16Uint8Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint16Uint8Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint16Uint8PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint16UintErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint16UintPtr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint16UintPtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint32 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint32Bool filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint32BoolErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint32BoolPtr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint32BoolPtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint32Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint32Float32 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint32Float32Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint32Float32Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint32Float32PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint32Float64 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint32Float64Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint32Float64Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint32Float64PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint32Int filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint32Int16 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint32Int16Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint32Int16Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint32Int16PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint32Int32 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint32Int32Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint32Int32Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint32Int32PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint32Int64 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint32Int64Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint32Int64Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint32Int64PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint32Int8 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint32Int8Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint32Int8Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint32Int8PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint32IntErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint32IntPtr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint32IntPtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint32Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint32PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint32Str filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint32StrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint32StrPtr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint32StrPtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint32Uint filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint32Uint16 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint32Uint16Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint32Uint16Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint32Uint16PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint32Uint64 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint32Uint64Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint32Uint64Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint32Uint64PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint32Uint8 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint32Uint8Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint32Uint8Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint32Uint8PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint32UintErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint32UintPtr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint32UintPtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint64 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint64Bool filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint64BoolErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint64BoolPtr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint64BoolPtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint64Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint64Float32 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint64Float32Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint64Float32Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint64Float32PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint64Float64 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint64Float64Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint64Float64Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint64Float64PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint64Int filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint64Int16 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint64Int16Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint64Int16Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint64Int16PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint64Int32 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint64Int32Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint64Int32Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint64Int32PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint64Int64 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint64Int64Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint64Int64Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint64Int64PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint64Int8 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint64Int8Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint64Int8Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint64Int8PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint64IntErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint64IntPtr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint64IntPtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint64Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint64PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint64Str filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint64StrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint64StrPtr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint64StrPtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint64Uint filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint64Uint16 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint64Uint16Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint64Uint16Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint64Uint16PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint64Uint32 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint64Uint32Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint64Uint32Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint64Uint32PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint64Uint8 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint64Uint8Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint64Uint8Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint64Uint8PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint64UintErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint64UintPtr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint64UintPtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint8 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint8Bool filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint8BoolErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint8BoolPtr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint8BoolPtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint8Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint8Float32 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint8Float32Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint8Float32Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint8Float32PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint8Float64 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint8Float64Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint8Float64Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint8Float64PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint8Int filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint8Int16 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint8Int16Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint8Int16Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint8Int16PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint8Int32 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint8Int32Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint8Int32Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint8Int32PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint8Int64 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint8Int64Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint8Int64Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint8Int64PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint8Int8 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint8Int8Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint8Int8Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint8Int8PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint8IntErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint8IntPtr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint8IntPtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint8Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint8PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint8Str filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint8StrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint8StrPtr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint8StrPtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint8Uint filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint8Uint16 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint8Uint16Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint8Uint16Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint8Uint16PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint8Uint32 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint8Uint32Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint8Uint32Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint8Uint32PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint8Uint64 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint8Uint64Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint8Uint64Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint8Uint64PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint8UintErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUint8UintPtr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUint8UintPtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUintBool filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUintBoolErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUintBoolPtr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUintBoolPtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUintErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUintFloat32 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUintFloat32Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUintFloat32Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUintFloat32PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUintFloat64 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUintFloat64Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUintFloat64Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUintFloat64PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUintInt filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUintInt16 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUintInt16Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUintInt16Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUintInt16PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUintInt32 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUintInt32Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUintInt32Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUintInt32PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUintInt64 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUintInt64Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUintInt64Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUintInt64PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUintInt8 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUintInt8Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUintInt8Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUintInt8PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUintIntErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUintIntPtr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUintIntPtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUintPtr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUintPtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUintStr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUintStrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUintStrPtr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUintStrPtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUintUint16 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUintUint16Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUintUint16Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUintUint16PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUintUint32 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUintUint32Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUintUint32Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUintUint32PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUintUint64 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUintUint64Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUintUint64Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUintUint64PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUintUint8 filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUintUint8Err filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterMapUintUint8Ptr filters given list, then apply function(2nd argument) on each item in the list and returns a new list Takes 3 inputs 1.
FilterMapUintUint8PtrErr filters given list, then apply function(2nd argument) on each item in the list and returns a new list, error Takes 3 inputs 1.
FilterStr filters list based on function passed as 1st argument Takes two inputs 1.
FilterStrErr takes two arguments 1.
FilterStrPtr takes two arguments 1.
FilterStrPtrErr takes two arguments 1.
FilterUint filters list based on function passed as 1st argument Takes two inputs 1.
FilterUint16 filters list based on function passed as 1st argument Takes two inputs 1.
FilterUint16Err takes two arguments 1.
FilterUint16Ptr takes two arguments 1.
FilterUint16PtrErr takes two arguments 1.
FilterUint32 filters list based on function passed as 1st argument Takes two inputs 1.
FilterUint32Err takes two arguments 1.
FilterUint32Ptr takes two arguments 1.
FilterUint32PtrErr takes two arguments 1.
FilterUint64 filters list based on function passed as 1st argument Takes two inputs 1.
FilterUint64Err takes two arguments 1.
FilterUint64Ptr takes two arguments 1.
FilterUint64PtrErr takes two arguments 1.
FilterUint8 filters list based on function passed as 1st argument Takes two inputs 1.
FilterUint8Err takes two arguments 1.
FilterUint8Ptr takes two arguments 1.
FilterUint8PtrErr takes two arguments 1.
FilterUintErr takes two arguments 1.
FilterUintPtr takes two arguments 1.
FilterUintPtrErr takes two arguments 1.
IntersectionBool return a set that is the intersection of the input sets repeated value within list parameter will be ignored.
IntersectionBoolPtr return a set that is the intersection of the input sets repeated value within list parameter will be ignored.
IntersectionFloat32 return a set that is the intersection of the input sets repeated value within list parameter will be ignored.
IntersectionFloat32Ptr return a set that is the intersection of the input sets repeated value within list parameter will be ignored.
IntersectionFloat64 return a set that is the intersection of the input sets repeated value within list parameter will be ignored.
IntersectionFloat64Ptr return a set that is the intersection of the input sets repeated value within list parameter will be ignored.
IntersectionInt return a set that is the intersection of the input sets repeated value within list parameter will be ignored.
IntersectionInt16 return a set that is the intersection of the input sets repeated value within list parameter will be ignored.
IntersectionInt16Ptr return a set that is the intersection of the input sets repeated value within list parameter will be ignored.
IntersectionInt32 return a set that is the intersection of the input sets repeated value within list parameter will be ignored.
IntersectionInt32Ptr return a set that is the intersection of the input sets repeated value within list parameter will be ignored.
IntersectionInt64 return a set that is the intersection of the input sets repeated value within list parameter will be ignored.
IntersectionInt64Ptr return a set that is the intersection of the input sets repeated value within list parameter will be ignored.
IntersectionInt8 return a set that is the intersection of the input sets repeated value within list parameter will be ignored.
IntersectionInt8Ptr return a set that is the intersection of the input sets repeated value within list parameter will be ignored.
IntersectionIntPtr return a set that is the intersection of the input sets repeated value within list parameter will be ignored.
IntersectionStr return a set that is the intersection of the input sets repeated value within list parameter will be ignored.
IntersectionStrPtr return a set that is the intersection of the input sets repeated value within list parameter will be ignored.
IntersectionUint return a set that is the intersection of the input sets repeated value within list parameter will be ignored.
IntersectionUint16 return a set that is the intersection of the input sets repeated value within list parameter will be ignored.
IntersectionUint16Ptr return a set that is the intersection of the input sets repeated value within list parameter will be ignored.
IntersectionUint32 return a set that is the intersection of the input sets repeated value within list parameter will be ignored.
IntersectionUint32Ptr return a set that is the intersection of the input sets repeated value within list parameter will be ignored.
IntersectionUint64 return a set that is the intersection of the input sets repeated value within list parameter will be ignored.
IntersectionUint64Ptr return a set that is the intersection of the input sets repeated value within list parameter will be ignored.
IntersectionUint8 return a set that is the intersection of the input sets repeated value within list parameter will be ignored.
IntersectionUint8Ptr return a set that is the intersection of the input sets repeated value within list parameter will be ignored.
IntersectionUintPtr return a set that is the intersection of the input sets repeated value within list parameter will be ignored.
KeysBool returns a slice of map's keys.
KeysBoolFloat32 returns a slice of map's keys.
KeysBoolFloat64 returns a slice of map's keys.
KeysBoolInt returns a slice of map's keys.
KeysBoolInt16 returns a slice of map's keys.
KeysBoolInt32 returns a slice of map's keys.
KeysBoolInt64 returns a slice of map's keys.
KeysBoolInt8 returns a slice of map's keys.
KeysBoolStr returns a slice of map's keys.
KeysBoolUint returns a slice of map's keys.
KeysBoolUint16 returns a slice of map's keys.
KeysBoolUint32 returns a slice of map's keys.
KeysBoolUint64 returns a slice of map's keys.
KeysBoolUint8 returns a slice of map's keys.
KeysFloat32 returns a slice of map's keys.
KeysFloat32Bool returns a slice of map's keys.
KeysFloat32Float64 returns a slice of map's keys.
KeysFloat32Int returns a slice of map's keys.
KeysFloat32Int16 returns a slice of map's keys.
KeysFloat32Int32 returns a slice of map's keys.
KeysFloat32Int64 returns a slice of map's keys.
KeysFloat32Int8 returns a slice of map's keys.
KeysFloat32Str returns a slice of map's keys.
KeysFloat32Uint returns a slice of map's keys.
KeysFloat32Uint16 returns a slice of map's keys.
KeysFloat32Uint32 returns a slice of map's keys.
KeysFloat32Uint64 returns a slice of map's keys.
KeysFloat32Uint8 returns a slice of map's keys.
KeysFloat64 returns a slice of map's keys.
KeysFloat64Bool returns a slice of map's keys.
KeysFloat64Float32 returns a slice of map's keys.
KeysFloat64Int returns a slice of map's keys.
KeysFloat64Int16 returns a slice of map's keys.
KeysFloat64Int32 returns a slice of map's keys.
KeysFloat64Int64 returns a slice of map's keys.
KeysFloat64Int8 returns a slice of map's keys.
KeysFloat64Str returns a slice of map's keys.
KeysFloat64Uint returns a slice of map's keys.
KeysFloat64Uint16 returns a slice of map's keys.
KeysFloat64Uint32 returns a slice of map's keys.
KeysFloat64Uint64 returns a slice of map's keys.
KeysFloat64Uint8 returns a slice of map's keys.
KeysInt returns a slice of map's keys.
KeysInt16 returns a slice of map's keys.
KeysInt16Bool returns a slice of map's keys.
KeysInt16Float32 returns a slice of map's keys.
KeysInt16Float64 returns a slice of map's keys.
KeysInt16Int returns a slice of map's keys.
KeysInt16Int32 returns a slice of map's keys.
KeysInt16Int64 returns a slice of map's keys.
KeysInt16Int8 returns a slice of map's keys.
KeysInt16Str returns a slice of map's keys.
KeysInt16Uint returns a slice of map's keys.
KeysInt16Uint16 returns a slice of map's keys.
KeysInt16Uint32 returns a slice of map's keys.
KeysInt16Uint64 returns a slice of map's keys.
KeysInt16Uint8 returns a slice of map's keys.
KeysInt32 returns a slice of map's keys.
KeysInt32Bool returns a slice of map's keys.
KeysInt32Float32 returns a slice of map's keys.
KeysInt32Float64 returns a slice of map's keys.
KeysInt32Int returns a slice of map's keys.
KeysInt32Int16 returns a slice of map's keys.
KeysInt32Int64 returns a slice of map's keys.
KeysInt32Int8 returns a slice of map's keys.
KeysInt32Str returns a slice of map's keys.
KeysInt32Uint returns a slice of map's keys.
KeysInt32Uint16 returns a slice of map's keys.
KeysInt32Uint32 returns a slice of map's keys.
KeysInt32Uint64 returns a slice of map's keys.
KeysInt32Uint8 returns a slice of map's keys.
KeysInt64 returns a slice of map's keys.
KeysInt64Bool returns a slice of map's keys.
KeysInt64Float32 returns a slice of map's keys.
KeysInt64Float64 returns a slice of map's keys.
KeysInt64Int returns a slice of map's keys.
KeysInt64Int16 returns a slice of map's keys.
KeysInt64Int32 returns a slice of map's keys.
KeysInt64Int8 returns a slice of map's keys.
KeysInt64Str returns a slice of map's keys.
KeysInt64Uint returns a slice of map's keys.
KeysInt64Uint16 returns a slice of map's keys.
KeysInt64Uint32 returns a slice of map's keys.
KeysInt64Uint64 returns a slice of map's keys.
KeysInt64Uint8 returns a slice of map's keys.
KeysInt8 returns a slice of map's keys.
KeysInt8Bool returns a slice of map's keys.
KeysInt8Float32 returns a slice of map's keys.
KeysInt8Float64 returns a slice of map's keys.
KeysInt8Int returns a slice of map's keys.
KeysInt8Int16 returns a slice of map's keys.
KeysInt8Int32 returns a slice of map's keys.
KeysInt8Int64 returns a slice of map's keys.
KeysInt8Str returns a slice of map's keys.
KeysInt8Uint returns a slice of map's keys.
KeysInt8Uint16 returns a slice of map's keys.
KeysInt8Uint32 returns a slice of map's keys.
KeysInt8Uint64 returns a slice of map's keys.
KeysInt8Uint8 returns a slice of map's keys.
KeysIntBool returns a slice of map's keys.
KeysIntFloat32 returns a slice of map's keys.
KeysIntFloat64 returns a slice of map's keys.
KeysIntInt16 returns a slice of map's keys.
KeysIntInt32 returns a slice of map's keys.
KeysIntInt64 returns a slice of map's keys.
KeysIntInt8 returns a slice of map's keys.
KeysIntStr returns a slice of map's keys.
KeysIntUint returns a slice of map's keys.
KeysIntUint16 returns a slice of map's keys.
KeysIntUint32 returns a slice of map's keys.
KeysIntUint64 returns a slice of map's keys.
KeysIntUint8 returns a slice of map's keys.
KeysStr returns a slice of map's keys.
KeysStrBool returns a slice of map's keys.
KeysStrFloat32 returns a slice of map's keys.
KeysStrFloat64 returns a slice of map's keys.
KeysStrInt returns a slice of map's keys.
KeysStrInt16 returns a slice of map's keys.
KeysStrInt32 returns a slice of map's keys.
KeysStrInt64 returns a slice of map's keys.
KeysStrInt8 returns a slice of map's keys.
KeysStrUint returns a slice of map's keys.
KeysStrUint16 returns a slice of map's keys.
KeysStrUint32 returns a slice of map's keys.
KeysStrUint64 returns a slice of map's keys.
KeysStrUint8 returns a slice of map's keys.
KeysUint returns a slice of map's keys.
KeysUint16 returns a slice of map's keys.
KeysUint16Bool returns a slice of map's keys.
KeysUint16Float32 returns a slice of map's keys.
KeysUint16Float64 returns a slice of map's keys.
KeysUint16Int returns a slice of map's keys.
KeysUint16Int16 returns a slice of map's keys.
KeysUint16Int32 returns a slice of map's keys.
KeysUint16Int64 returns a slice of map's keys.
KeysUint16Int8 returns a slice of map's keys.
KeysUint16Str returns a slice of map's keys.
KeysUint16Uint returns a slice of map's keys.
KeysUint16Uint32 returns a slice of map's keys.
KeysUint16Uint64 returns a slice of map's keys.
KeysUint16Uint8 returns a slice of map's keys.
KeysUint32 returns a slice of map's keys.
KeysUint32Bool returns a slice of map's keys.
KeysUint32Float32 returns a slice of map's keys.
KeysUint32Float64 returns a slice of map's keys.
KeysUint32Int returns a slice of map's keys.
KeysUint32Int16 returns a slice of map's keys.
KeysUint32Int32 returns a slice of map's keys.
KeysUint32Int64 returns a slice of map's keys.
KeysUint32Int8 returns a slice of map's keys.
KeysUint32Str returns a slice of map's keys.
KeysUint32Uint returns a slice of map's keys.
KeysUint32Uint16 returns a slice of map's keys.
KeysUint32Uint64 returns a slice of map's keys.
KeysUint32Uint8 returns a slice of map's keys.
KeysUint64 returns a slice of map's keys.
KeysUint64Bool returns a slice of map's keys.
KeysUint64Float32 returns a slice of map's keys.
KeysUint64Float64 returns a slice of map's keys.
KeysUint64Int returns a slice of map's keys.
KeysUint64Int16 returns a slice of map's keys.
KeysUint64Int32 returns a slice of map's keys.
KeysUint64Int64 returns a slice of map's keys.
KeysUint64Int8 returns a slice of map's keys.
KeysUint64Str returns a slice of map's keys.
KeysUint64Uint returns a slice of map's keys.
KeysUint64Uint16 returns a slice of map's keys.
KeysUint64Uint32 returns a slice of map's keys.
KeysUint64Uint8 returns a slice of map's keys.
KeysUint8 returns a slice of map's keys.
KeysUint8Bool returns a slice of map's keys.
KeysUint8Float32 returns a slice of map's keys.
KeysUint8Float64 returns a slice of map's keys.
KeysUint8Int returns a slice of map's keys.
KeysUint8Int16 returns a slice of map's keys.
KeysUint8Int32 returns a slice of map's keys.
KeysUint8Int64 returns a slice of map's keys.
KeysUint8Int8 returns a slice of map's keys.
KeysUint8Str returns a slice of map's keys.
KeysUint8Uint returns a slice of map's keys.
KeysUint8Uint16 returns a slice of map's keys.
KeysUint8Uint32 returns a slice of map's keys.
KeysUint8Uint64 returns a slice of map's keys.
KeysUintBool returns a slice of map's keys.
KeysUintFloat32 returns a slice of map's keys.
KeysUintFloat64 returns a slice of map's keys.
KeysUintInt returns a slice of map's keys.
KeysUintInt16 returns a slice of map's keys.
KeysUintInt32 returns a slice of map's keys.
KeysUintInt64 returns a slice of map's keys.
KeysUintInt8 returns a slice of map's keys.
KeysUintStr returns a slice of map's keys.
KeysUintUint16 returns a slice of map's keys.
KeysUintUint32 returns a slice of map's keys.
KeysUintUint64 returns a slice of map's keys.
KeysUintUint8 returns a slice of map's keys.
MakeBoolSlice - creates slice for the functional method such as map, filter.
MakeBoolSlicePtr - creates slice for the functional method such as map, filter.
MakeFloat32Slice - creates slice for the functional method such as map, filter.
MakeFloat32SlicePtr - creates slice for the functional method such as map, filter.
MakeFloat64Slice - creates slice for the functional method such as map, filter.
MakeFloat64SlicePtr - creates slice for the functional method such as map, filter.
MakeInt16Slice - creates slice for the functional method such as map, filter.
MakeInt16SlicePtr - creates slice for the functional method such as map, filter.
MakeInt32Slice - creates slice for the functional method such as map, filter.
MakeInt32SlicePtr - creates slice for the functional method such as map, filter.
MakeInt64Slice - creates slice for the functional method such as map, filter.
MakeInt64SlicePtr - creates slice for the functional method such as map, filter.
MakeInt8Slice - creates slice for the functional method such as map, filter.
MakeInt8SlicePtr - creates slice for the functional method such as map, filter.
MakeIntSlice - creates slice for the functional method such as map, filter.
MakeIntSlicePtr - creates slice for the functional method such as map, filter.
MakeStrSlice - creates slice for the functional method such as map, filter.
MakeStrSlicePtr - creates slice for the functional method such as map, filter.
MakeUint16Slice - creates slice for the functional method such as map, filter.
MakeUint16SlicePtr - creates slice for the functional method such as map, filter.
MakeUint32Slice - creates slice for the functional method such as map, filter.
MakeUint32SlicePtr - creates slice for the functional method such as map, filter.
MakeUint64Slice - creates slice for the functional method such as map, filter.
MakeUint64SlicePtr - creates slice for the functional method such as map, filter.
MakeUint8Slice - creates slice for the functional method such as map, filter.
MakeUint8SlicePtr - creates slice for the functional method such as map, filter.
MakeUintSlice - creates slice for the functional method such as map, filter.
MakeUintSlicePtr - creates slice for the functional method such as map, filter.
MapBool applies the function(1st argument) on each item of the list and returns new list Takes 2 inputs 1.
MapBoolErr takes 2 arguments: 1.
MapBoolFloat32 takes two inputs - 1.
MapBoolFloat32Err takes two inputs - 1.
MapBoolFloat32Ptr takes two inputs - 1.
MapBoolFloat32PtrErr takes two inputs - 1.
MapBoolFloat64 takes two inputs - 1.
MapBoolFloat64Err takes two inputs - 1.
MapBoolFloat64Ptr takes two inputs - 1.
MapBoolFloat64PtrErr takes two inputs - 1.
MapBoolInt takes two inputs - 1.
MapBoolInt16 takes two inputs - 1.
MapBoolInt16Err takes two inputs - 1.
MapBoolInt16Ptr takes two inputs - 1.
MapBoolInt16PtrErr takes two inputs - 1.
MapBoolInt32 takes two inputs - 1.
MapBoolInt32Err takes two inputs - 1.
MapBoolInt32Ptr takes two inputs - 1.
MapBoolInt32PtrErr takes two inputs - 1.
MapBoolInt64 takes two inputs - 1.
MapBoolInt64Err takes two inputs - 1.
MapBoolInt64Ptr takes two inputs - 1.
MapBoolInt64PtrErr takes two inputs - 1.
MapBoolInt8 takes two inputs - 1.
MapBoolInt8Err takes two inputs - 1.
MapBoolInt8Ptr takes two inputs - 1.
MapBoolInt8PtrErr takes two inputs - 1.
MapBoolIntErr takes two inputs - 1.
MapBoolIntPtr takes two inputs - 1.
MapBoolIntPtrErr takes two inputs - 1.
MapBoolPtr takes 2 arguments.
MapBoolPtrErr takes 2 arguments: 1.
MapBoolStr takes two inputs - 1.
MapBoolStrErr takes two inputs - 1.
MapBoolStrPtr takes two inputs - 1.
MapBoolStrPtrErr takes two inputs - 1.
MapBoolUint takes two inputs - 1.
MapBoolUint16 takes two inputs - 1.
MapBoolUint16Err takes two inputs - 1.
MapBoolUint16Ptr takes two inputs - 1.
MapBoolUint16PtrErr takes two inputs - 1.
MapBoolUint32 takes two inputs - 1.
MapBoolUint32Err takes two inputs - 1.
MapBoolUint32Ptr takes two inputs - 1.
MapBoolUint32PtrErr takes two inputs - 1.
MapBoolUint64 takes two inputs - 1.
MapBoolUint64Err takes two inputs - 1.
MapBoolUint64Ptr takes two inputs - 1.
MapBoolUint64PtrErr takes two inputs - 1.
MapBoolUint8 takes two inputs - 1.
MapBoolUint8Err takes two inputs - 1.
MapBoolUint8Ptr takes two inputs - 1.
MapBoolUint8PtrErr takes two inputs - 1.
MapBoolUintErr takes two inputs - 1.
MapBoolUintPtr takes two inputs - 1.
MapBoolUintPtrErr takes two inputs - 1.
MapFloat32 applies the function(1st argument) on each item of the list and returns new list Takes 2 inputs 1.
MapFloat32Bool takes two inputs - 1.
MapFloat32BoolErr takes two inputs - 1.
MapFloat32BoolPtr takes two inputs - 1.
MapFloat32BoolPtrErr takes two inputs - 1.
MapFloat32Err takes 2 arguments: 1.
MapFloat32Float64 takes two inputs - 1.
MapFloat32Float64Err takes two inputs - 1.
MapFloat32Float64Ptr takes two inputs - 1.
MapFloat32Float64PtrErr takes two inputs - 1.
MapFloat32Int takes two inputs - 1.
MapFloat32Int16 takes two inputs - 1.
MapFloat32Int16Err takes two inputs - 1.
MapFloat32Int16Ptr takes two inputs - 1.
MapFloat32Int16PtrErr takes two inputs - 1.
MapFloat32Int32 takes two inputs - 1.
MapFloat32Int32Err takes two inputs - 1.
MapFloat32Int32Ptr takes two inputs - 1.
MapFloat32Int32PtrErr takes two inputs - 1.
MapFloat32Int64 takes two inputs - 1.
MapFloat32Int64Err takes two inputs - 1.
MapFloat32Int64Ptr takes two inputs - 1.
MapFloat32Int64PtrErr takes two inputs - 1.
MapFloat32Int8 takes two inputs - 1.
MapFloat32Int8Err takes two inputs - 1.
MapFloat32Int8Ptr takes two inputs - 1.
MapFloat32Int8PtrErr takes two inputs - 1.
MapFloat32IntErr takes two inputs - 1.
MapFloat32IntPtr takes two inputs - 1.
MapFloat32IntPtrErr takes two inputs - 1.
MapFloat32Ptr takes 2 arguments.
MapFloat32PtrErr takes 2 arguments: 1.
MapFloat32Str takes two inputs - 1.
MapFloat32StrErr takes two inputs - 1.
MapFloat32StrPtr takes two inputs - 1.
MapFloat32StrPtrErr takes two inputs - 1.
MapFloat32Uint takes two inputs - 1.
MapFloat32Uint16 takes two inputs - 1.
MapFloat32Uint16Err takes two inputs - 1.
MapFloat32Uint16Ptr takes two inputs - 1.
MapFloat32Uint16PtrErr takes two inputs - 1.
MapFloat32Uint32 takes two inputs - 1.
MapFloat32Uint32Err takes two inputs - 1.
MapFloat32Uint32Ptr takes two inputs - 1.
MapFloat32Uint32PtrErr takes two inputs - 1.
MapFloat32Uint64 takes two inputs - 1.
MapFloat32Uint64Err takes two inputs - 1.
MapFloat32Uint64Ptr takes two inputs - 1.
MapFloat32Uint64PtrErr takes two inputs - 1.
MapFloat32Uint8 takes two inputs - 1.
MapFloat32Uint8Err takes two inputs - 1.
MapFloat32Uint8Ptr takes two inputs - 1.
MapFloat32Uint8PtrErr takes two inputs - 1.
MapFloat32UintErr takes two inputs - 1.
MapFloat32UintPtr takes two inputs - 1.
MapFloat32UintPtrErr takes two inputs - 1.
MapFloat64 applies the function(1st argument) on each item of the list and returns new list Takes 2 inputs 1.
MapFloat64Bool takes two inputs - 1.
MapFloat64BoolErr takes two inputs - 1.
MapFloat64BoolPtr takes two inputs - 1.
MapFloat64BoolPtrErr takes two inputs - 1.
MapFloat64Err takes 2 arguments: 1.
MapFloat64Float32 takes two inputs - 1.
MapFloat64Float32Err takes two inputs - 1.
MapFloat64Float32Ptr takes two inputs - 1.
MapFloat64Float32PtrErr takes two inputs - 1.
MapFloat64Int takes two inputs - 1.
MapFloat64Int16 takes two inputs - 1.
MapFloat64Int16Err takes two inputs - 1.
MapFloat64Int16Ptr takes two inputs - 1.
MapFloat64Int16PtrErr takes two inputs - 1.
MapFloat64Int32 takes two inputs - 1.
MapFloat64Int32Err takes two inputs - 1.
MapFloat64Int32Ptr takes two inputs - 1.
MapFloat64Int32PtrErr takes two inputs - 1.
MapFloat64Int64 takes two inputs - 1.
MapFloat64Int64Err takes two inputs - 1.
MapFloat64Int64Ptr takes two inputs - 1.
MapFloat64Int64PtrErr takes two inputs - 1.
MapFloat64Int8 takes two inputs - 1.
MapFloat64Int8Err takes two inputs - 1.
MapFloat64Int8Ptr takes two inputs - 1.
MapFloat64Int8PtrErr takes two inputs - 1.
MapFloat64IntErr takes two inputs - 1.
MapFloat64IntPtr takes two inputs - 1.
MapFloat64IntPtrErr takes two inputs - 1.
MapFloat64Ptr takes 2 arguments.
MapFloat64PtrErr takes 2 arguments: 1.
MapFloat64Str takes two inputs - 1.
MapFloat64StrErr takes two inputs - 1.
MapFloat64StrPtr takes two inputs - 1.
MapFloat64StrPtrErr takes two inputs - 1.
MapFloat64Uint takes two inputs - 1.
MapFloat64Uint16 takes two inputs - 1.
MapFloat64Uint16Err takes two inputs - 1.
MapFloat64Uint16Ptr takes two inputs - 1.
MapFloat64Uint16PtrErr takes two inputs - 1.
MapFloat64Uint32 takes two inputs - 1.
MapFloat64Uint32Err takes two inputs - 1.
MapFloat64Uint32Ptr takes two inputs - 1.
MapFloat64Uint32PtrErr takes two inputs - 1.
MapFloat64Uint64 takes two inputs - 1.
MapFloat64Uint64Err takes two inputs - 1.
MapFloat64Uint64Ptr takes two inputs - 1.
MapFloat64Uint64PtrErr takes two inputs - 1.
MapFloat64Uint8 takes two inputs - 1.
MapFloat64Uint8Err takes two inputs - 1.
MapFloat64Uint8Ptr takes two inputs - 1.
MapFloat64Uint8PtrErr takes two inputs - 1.
MapFloat64UintErr takes two inputs - 1.
MapFloat64UintPtr takes two inputs - 1.
MapFloat64UintPtrErr takes two inputs - 1.
MapInt applies the function(1st argument) on each item of the list and returns new list Takes 2 inputs 1.
MapInt16 applies the function(1st argument) on each item of the list and returns new list Takes 2 inputs 1.
MapInt16Bool takes two inputs - 1.
MapInt16BoolErr takes two inputs - 1.
MapInt16BoolPtr takes two inputs - 1.
MapInt16BoolPtrErr takes two inputs - 1.
MapInt16Err takes 2 arguments: 1.
MapInt16Float32 takes two inputs - 1.
MapInt16Float32Err takes two inputs - 1.
MapInt16Float32Ptr takes two inputs - 1.
MapInt16Float32PtrErr takes two inputs - 1.
MapInt16Float64 takes two inputs - 1.
MapInt16Float64Err takes two inputs - 1.
MapInt16Float64Ptr takes two inputs - 1.
MapInt16Float64PtrErr takes two inputs - 1.
MapInt16Int takes two inputs - 1.
MapInt16Int32 takes two inputs - 1.
MapInt16Int32Err takes two inputs - 1.
MapInt16Int32Ptr takes two inputs - 1.
MapInt16Int32PtrErr takes two inputs - 1.
MapInt16Int64 takes two inputs - 1.
MapInt16Int64Err takes two inputs - 1.
MapInt16Int64Ptr takes two inputs - 1.
MapInt16Int64PtrErr takes two inputs - 1.
MapInt16Int8 takes two inputs - 1.
MapInt16Int8Err takes two inputs - 1.
MapInt16Int8Ptr takes two inputs - 1.
MapInt16Int8PtrErr takes two inputs - 1.
MapInt16IntErr takes two inputs - 1.
MapInt16IntPtr takes two inputs - 1.
MapInt16IntPtrErr takes two inputs - 1.
MapInt16Ptr takes 2 arguments.
MapInt16PtrErr takes 2 arguments: 1.
MapInt16Str takes two inputs - 1.
MapInt16StrErr takes two inputs - 1.
MapInt16StrPtr takes two inputs - 1.
MapInt16StrPtrErr takes two inputs - 1.
MapInt16Uint takes two inputs - 1.
MapInt16Uint16 takes two inputs - 1.
MapInt16Uint16Err takes two inputs - 1.
MapInt16Uint16Ptr takes two inputs - 1.
MapInt16Uint16PtrErr takes two inputs - 1.
MapInt16Uint32 takes two inputs - 1.
MapInt16Uint32Err takes two inputs - 1.
MapInt16Uint32Ptr takes two inputs - 1.
MapInt16Uint32PtrErr takes two inputs - 1.
MapInt16Uint64 takes two inputs - 1.
MapInt16Uint64Err takes two inputs - 1.
MapInt16Uint64Ptr takes two inputs - 1.
MapInt16Uint64PtrErr takes two inputs - 1.
MapInt16Uint8 takes two inputs - 1.
MapInt16Uint8Err takes two inputs - 1.
MapInt16Uint8Ptr takes two inputs - 1.
MapInt16Uint8PtrErr takes two inputs - 1.
MapInt16UintErr takes two inputs - 1.
MapInt16UintPtr takes two inputs - 1.
MapInt16UintPtrErr takes two inputs - 1.
MapInt32 applies the function(1st argument) on each item of the list and returns new list Takes 2 inputs 1.
MapInt32Bool takes two inputs - 1.
MapInt32BoolErr takes two inputs - 1.
MapInt32BoolPtr takes two inputs - 1.
MapInt32BoolPtrErr takes two inputs - 1.
MapInt32Err takes 2 arguments: 1.
MapInt32Float32 takes two inputs - 1.
MapInt32Float32Err takes two inputs - 1.
MapInt32Float32Ptr takes two inputs - 1.
MapInt32Float32PtrErr takes two inputs - 1.
MapInt32Float64 takes two inputs - 1.
MapInt32Float64Err takes two inputs - 1.
MapInt32Float64Ptr takes two inputs - 1.
MapInt32Float64PtrErr takes two inputs - 1.
MapInt32Int takes two inputs - 1.
MapInt32Int16 takes two inputs - 1.
MapInt32Int16Err takes two inputs - 1.
MapInt32Int16Ptr takes two inputs - 1.
MapInt32Int16PtrErr takes two inputs - 1.
MapInt32Int64 takes two inputs - 1.
MapInt32Int64Err takes two inputs - 1.
MapInt32Int64Ptr takes two inputs - 1.
MapInt32Int64PtrErr takes two inputs - 1.
MapInt32Int8 takes two inputs - 1.
MapInt32Int8Err takes two inputs - 1.
MapInt32Int8Ptr takes two inputs - 1.
MapInt32Int8PtrErr takes two inputs - 1.
MapInt32IntErr takes two inputs - 1.
MapInt32IntPtr takes two inputs - 1.
MapInt32IntPtrErr takes two inputs - 1.
MapInt32Ptr takes 2 arguments.
MapInt32PtrErr takes 2 arguments: 1.
MapInt32Str takes two inputs - 1.
MapInt32StrErr takes two inputs - 1.
MapInt32StrPtr takes two inputs - 1.
MapInt32StrPtrErr takes two inputs - 1.
MapInt32Uint takes two inputs - 1.
MapInt32Uint16 takes two inputs - 1.
MapInt32Uint16Err takes two inputs - 1.
MapInt32Uint16Ptr takes two inputs - 1.
MapInt32Uint16PtrErr takes two inputs - 1.
MapInt32Uint32 takes two inputs - 1.
MapInt32Uint32Err takes two inputs - 1.
MapInt32Uint32Ptr takes two inputs - 1.
MapInt32Uint32PtrErr takes two inputs - 1.
MapInt32Uint64 takes two inputs - 1.
MapInt32Uint64Err takes two inputs - 1.
MapInt32Uint64Ptr takes two inputs - 1.
MapInt32Uint64PtrErr takes two inputs - 1.
MapInt32Uint8 takes two inputs - 1.
MapInt32Uint8Err takes two inputs - 1.
MapInt32Uint8Ptr takes two inputs - 1.
MapInt32Uint8PtrErr takes two inputs - 1.
MapInt32UintErr takes two inputs - 1.
MapInt32UintPtr takes two inputs - 1.
MapInt32UintPtrErr takes two inputs - 1.
MapInt64 applies the function(1st argument) on each item of the list and returns new list Takes 2 inputs 1.
MapInt64Bool takes two inputs - 1.
MapInt64BoolErr takes two inputs - 1.
MapInt64BoolPtr takes two inputs - 1.
MapInt64BoolPtrErr takes two inputs - 1.
MapInt64Err takes 2 arguments: 1.
MapInt64Float32 takes two inputs - 1.
MapInt64Float32Err takes two inputs - 1.
MapInt64Float32Ptr takes two inputs - 1.
MapInt64Float32PtrErr takes two inputs - 1.
MapInt64Float64 takes two inputs - 1.
MapInt64Float64Err takes two inputs - 1.
MapInt64Float64Ptr takes two inputs - 1.
MapInt64Float64PtrErr takes two inputs - 1.
MapInt64Int takes two inputs - 1.
MapInt64Int16 takes two inputs - 1.
MapInt64Int16Err takes two inputs - 1.
MapInt64Int16Ptr takes two inputs - 1.
MapInt64Int16PtrErr takes two inputs - 1.
MapInt64Int32 takes two inputs - 1.
MapInt64Int32Err takes two inputs - 1.
MapInt64Int32Ptr takes two inputs - 1.
MapInt64Int32PtrErr takes two inputs - 1.
MapInt64Int8 takes two inputs - 1.
MapInt64Int8Err takes two inputs - 1.
MapInt64Int8Ptr takes two inputs - 1.
MapInt64Int8PtrErr takes two inputs - 1.
MapInt64IntErr takes two inputs - 1.
MapInt64IntPtr takes two inputs - 1.
MapInt64IntPtrErr takes two inputs - 1.
MapInt64Ptr takes 2 arguments.
MapInt64PtrErr takes 2 arguments: 1.
MapInt64Str takes two inputs - 1.
MapInt64StrErr takes two inputs - 1.
MapInt64StrPtr takes two inputs - 1.
MapInt64StrPtrErr takes two inputs - 1.
MapInt64Uint takes two inputs - 1.
MapInt64Uint16 takes two inputs - 1.
MapInt64Uint16Err takes two inputs - 1.
MapInt64Uint16Ptr takes two inputs - 1.
MapInt64Uint16PtrErr takes two inputs - 1.
MapInt64Uint32 takes two inputs - 1.
MapInt64Uint32Err takes two inputs - 1.
MapInt64Uint32Ptr takes two inputs - 1.
MapInt64Uint32PtrErr takes two inputs - 1.
MapInt64Uint64 takes two inputs - 1.
MapInt64Uint64Err takes two inputs - 1.
MapInt64Uint64Ptr takes two inputs - 1.
MapInt64Uint64PtrErr takes two inputs - 1.
MapInt64Uint8 takes two inputs - 1.
MapInt64Uint8Err takes two inputs - 1.
MapInt64Uint8Ptr takes two inputs - 1.
MapInt64Uint8PtrErr takes two inputs - 1.
MapInt64UintErr takes two inputs - 1.
MapInt64UintPtr takes two inputs - 1.
MapInt64UintPtrErr takes two inputs - 1.
MapInt8 applies the function(1st argument) on each item of the list and returns new list Takes 2 inputs 1.
MapInt8Bool takes two inputs - 1.
MapInt8BoolErr takes two inputs - 1.
MapInt8BoolPtr takes two inputs - 1.
MapInt8BoolPtrErr takes two inputs - 1.
MapInt8Err takes 2 arguments: 1.
MapInt8Float32 takes two inputs - 1.
MapInt8Float32Err takes two inputs - 1.
MapInt8Float32Ptr takes two inputs - 1.
MapInt8Float32PtrErr takes two inputs - 1.
MapInt8Float64 takes two inputs - 1.
MapInt8Float64Err takes two inputs - 1.
MapInt8Float64Ptr takes two inputs - 1.
MapInt8Float64PtrErr takes two inputs - 1.
MapInt8Int takes two inputs - 1.
MapInt8Int16 takes two inputs - 1.
MapInt8Int16Err takes two inputs - 1.
MapInt8Int16Ptr takes two inputs - 1.
MapInt8Int16PtrErr takes two inputs - 1.
MapInt8Int32 takes two inputs - 1.
MapInt8Int32Err takes two inputs - 1.
MapInt8Int32Ptr takes two inputs - 1.
MapInt8Int32PtrErr takes two inputs - 1.
MapInt8Int64 takes two inputs - 1.
MapInt8Int64Err takes two inputs - 1.
MapInt8Int64Ptr takes two inputs - 1.
MapInt8Int64PtrErr takes two inputs - 1.
MapInt8IntErr takes two inputs - 1.
MapInt8IntPtr takes two inputs - 1.
MapInt8IntPtrErr takes two inputs - 1.
MapInt8Ptr takes 2 arguments.
MapInt8PtrErr takes 2 arguments: 1.
MapInt8Str takes two inputs - 1.
MapInt8StrErr takes two inputs - 1.
MapInt8StrPtr takes two inputs - 1.
MapInt8StrPtrErr takes two inputs - 1.
MapInt8Uint takes two inputs - 1.
MapInt8Uint16 takes two inputs - 1.
MapInt8Uint16Err takes two inputs - 1.
MapInt8Uint16Ptr takes two inputs - 1.
MapInt8Uint16PtrErr takes two inputs - 1.
MapInt8Uint32 takes two inputs - 1.
MapInt8Uint32Err takes two inputs - 1.
MapInt8Uint32Ptr takes two inputs - 1.
MapInt8Uint32PtrErr takes two inputs - 1.
MapInt8Uint64 takes two inputs - 1.
MapInt8Uint64Err takes two inputs - 1.
MapInt8Uint64Ptr takes two inputs - 1.
MapInt8Uint64PtrErr takes two inputs - 1.
MapInt8Uint8 takes two inputs - 1.
MapInt8Uint8Err takes two inputs - 1.
MapInt8Uint8Ptr takes two inputs - 1.
MapInt8Uint8PtrErr takes two inputs - 1.
MapInt8UintErr takes two inputs - 1.
MapInt8UintPtr takes two inputs - 1.
MapInt8UintPtrErr takes two inputs - 1.
MapIntBool takes two inputs - 1.
MapIntBoolErr takes two inputs - 1.
MapIntBoolPtr takes two inputs - 1.
MapIntBoolPtrErr takes two inputs - 1.
MapIntErr takes 2 arguments: 1.
MapIntFloat32 takes two inputs - 1.
MapIntFloat32Err takes two inputs - 1.
MapIntFloat32Ptr takes two inputs - 1.
MapIntFloat32PtrErr takes two inputs - 1.
MapIntFloat64 takes two inputs - 1.
MapIntFloat64Err takes two inputs - 1.
MapIntFloat64Ptr takes two inputs - 1.
MapIntFloat64PtrErr takes two inputs - 1.
MapIntInt16 takes two inputs - 1.
MapIntInt16Err takes two inputs - 1.
MapIntInt16Ptr takes two inputs - 1.
MapIntInt16PtrErr takes two inputs - 1.
MapIntInt32 takes two inputs - 1.
MapIntInt32Err takes two inputs - 1.
MapIntInt32Ptr takes two inputs - 1.
MapIntInt32PtrErr takes two inputs - 1.
MapIntInt64 takes two inputs - 1.
MapIntInt64Err takes two inputs - 1.
MapIntInt64Ptr takes two inputs - 1.
MapIntInt64PtrErr takes two inputs - 1.
MapIntInt8 takes two inputs - 1.
MapIntInt8Err takes two inputs - 1.
MapIntInt8Ptr takes two inputs - 1.
MapIntInt8PtrErr takes two inputs - 1.
MapIntPtr takes 2 arguments.
MapIntPtrErr takes 2 arguments: 1.
MapIntStr takes two inputs - 1.
MapIntStrErr takes two inputs - 1.
MapIntStrPtr takes two inputs - 1.
MapIntStrPtrErr takes two inputs - 1.
MapIntUint takes two inputs - 1.
MapIntUint16 takes two inputs - 1.
MapIntUint16Err takes two inputs - 1.
MapIntUint16Ptr takes two inputs - 1.
MapIntUint16PtrErr takes two inputs - 1.
MapIntUint32 takes two inputs - 1.
MapIntUint32Err takes two inputs - 1.
MapIntUint32Ptr takes two inputs - 1.
MapIntUint32PtrErr takes two inputs - 1.
MapIntUint64 takes two inputs - 1.
MapIntUint64Err takes two inputs - 1.
MapIntUint64Ptr takes two inputs - 1.
MapIntUint64PtrErr takes two inputs - 1.
MapIntUint8 takes two inputs - 1.
MapIntUint8Err takes two inputs - 1.
MapIntUint8Ptr takes two inputs - 1.
MapIntUint8PtrErr takes two inputs - 1.
MapIntUintErr takes two inputs - 1.
MapIntUintPtr takes two inputs - 1.
MapIntUintPtrErr takes two inputs - 1.
MapStr applies the function(1st argument) on each item of the list and returns new list Takes 2 inputs 1.
MapStrBool takes two inputs - 1.
MapStrBoolErr takes two inputs - 1.
MapStrBoolPtr takes two inputs - 1.
MapStrBoolPtrErr takes two inputs - 1.
MapStrErr takes 2 arguments: 1.
MapStrFloat32 takes two inputs - 1.
MapStrFloat32Err takes two inputs - 1.
MapStrFloat32Ptr takes two inputs - 1.
MapStrFloat32PtrErr takes two inputs - 1.
MapStrFloat64 takes two inputs - 1.
MapStrFloat64Err takes two inputs - 1.
MapStrFloat64Ptr takes two inputs - 1.
MapStrFloat64PtrErr takes two inputs - 1.
MapStrInt takes two inputs - 1.
MapStrInt16 takes two inputs - 1.
MapStrInt16Err takes two inputs - 1.
MapStrInt16Ptr takes two inputs - 1.
MapStrInt16PtrErr takes two inputs - 1.
MapStrInt32 takes two inputs - 1.
MapStrInt32Err takes two inputs - 1.
MapStrInt32Ptr takes two inputs - 1.
MapStrInt32PtrErr takes two inputs - 1.
MapStrInt64 takes two inputs - 1.
MapStrInt64Err takes two inputs - 1.
MapStrInt64Ptr takes two inputs - 1.
MapStrInt64PtrErr takes two inputs - 1.
MapStrInt8 takes two inputs - 1.
MapStrInt8Err takes two inputs - 1.
MapStrInt8Ptr takes two inputs - 1.
MapStrInt8PtrErr takes two inputs - 1.
MapStrIntErr takes two inputs - 1.
MapStrIntPtr takes two inputs - 1.
MapStrIntPtrErr takes two inputs - 1.
MapStrPtr takes 2 arguments.
MapStrPtrErr takes 2 arguments: 1.
MapStrUint takes two inputs - 1.
MapStrUint16 takes two inputs - 1.
MapStrUint16Err takes two inputs - 1.
MapStrUint16Ptr takes two inputs - 1.
MapStrUint16PtrErr takes two inputs - 1.
MapStrUint32 takes two inputs - 1.
MapStrUint32Err takes two inputs - 1.
MapStrUint32Ptr takes two inputs - 1.
MapStrUint32PtrErr takes two inputs - 1.
MapStrUint64 takes two inputs - 1.
MapStrUint64Err takes two inputs - 1.
MapStrUint64Ptr takes two inputs - 1.
MapStrUint64PtrErr takes two inputs - 1.
MapStrUint8 takes two inputs - 1.
MapStrUint8Err takes two inputs - 1.
MapStrUint8Ptr takes two inputs - 1.
MapStrUint8PtrErr takes two inputs - 1.
MapStrUintErr takes two inputs - 1.
MapStrUintPtr takes two inputs - 1.
MapStrUintPtrErr takes two inputs - 1.
MapUint applies the function(1st argument) on each item of the list and returns new list Takes 2 inputs 1.
MapUint16 applies the function(1st argument) on each item of the list and returns new list Takes 2 inputs 1.
MapUint16Bool takes two inputs - 1.
MapUint16BoolErr takes two inputs - 1.
MapUint16BoolPtr takes two inputs - 1.
MapUint16BoolPtrErr takes two inputs - 1.
MapUint16Err takes 2 arguments: 1.
MapUint16Float32 takes two inputs - 1.
MapUint16Float32Err takes two inputs - 1.
MapUint16Float32Ptr takes two inputs - 1.
MapUint16Float32PtrErr takes two inputs - 1.
MapUint16Float64 takes two inputs - 1.
MapUint16Float64Err takes two inputs - 1.
MapUint16Float64Ptr takes two inputs - 1.
MapUint16Float64PtrErr takes two inputs - 1.
MapUint16Int takes two inputs - 1.
MapUint16Int16 takes two inputs - 1.
MapUint16Int16Err takes two inputs - 1.
MapUint16Int16Ptr takes two inputs - 1.
MapUint16Int16PtrErr takes two inputs - 1.
MapUint16Int32 takes two inputs - 1.
MapUint16Int32Err takes two inputs - 1.
MapUint16Int32Ptr takes two inputs - 1.
MapUint16Int32PtrErr takes two inputs - 1.
MapUint16Int64 takes two inputs - 1.
MapUint16Int64Err takes two inputs - 1.
MapUint16Int64Ptr takes two inputs - 1.
MapUint16Int64PtrErr takes two inputs - 1.
MapUint16Int8 takes two inputs - 1.
MapUint16Int8Err takes two inputs - 1.
MapUint16Int8Ptr takes two inputs - 1.
MapUint16Int8PtrErr takes two inputs - 1.
MapUint16IntErr takes two inputs - 1.
MapUint16IntPtr takes two inputs - 1.
MapUint16IntPtrErr takes two inputs - 1.
MapUint16Ptr takes 2 arguments.
MapUint16PtrErr takes 2 arguments: 1.
MapUint16Str takes two inputs - 1.
MapUint16StrErr takes two inputs - 1.
MapUint16StrPtr takes two inputs - 1.
MapUint16StrPtrErr takes two inputs - 1.
MapUint16Uint takes two inputs - 1.
MapUint16Uint32 takes two inputs - 1.
MapUint16Uint32Err takes two inputs - 1.
MapUint16Uint32Ptr takes two inputs - 1.
MapUint16Uint32PtrErr takes two inputs - 1.
MapUint16Uint64 takes two inputs - 1.
MapUint16Uint64Err takes two inputs - 1.
MapUint16Uint64Ptr takes two inputs - 1.
MapUint16Uint64PtrErr takes two inputs - 1.
MapUint16Uint8 takes two inputs - 1.
MapUint16Uint8Err takes two inputs - 1.
MapUint16Uint8Ptr takes two inputs - 1.
MapUint16Uint8PtrErr takes two inputs - 1.
MapUint16UintErr takes two inputs - 1.
MapUint16UintPtr takes two inputs - 1.
MapUint16UintPtrErr takes two inputs - 1.
MapUint32 applies the function(1st argument) on each item of the list and returns new list Takes 2 inputs 1.
MapUint32Bool takes two inputs - 1.
MapUint32BoolErr takes two inputs - 1.
MapUint32BoolPtr takes two inputs - 1.
MapUint32BoolPtrErr takes two inputs - 1.
MapUint32Err takes 2 arguments: 1.
MapUint32Float32 takes two inputs - 1.
MapUint32Float32Err takes two inputs - 1.
MapUint32Float32Ptr takes two inputs - 1.
MapUint32Float32PtrErr takes two inputs - 1.
MapUint32Float64 takes two inputs - 1.
MapUint32Float64Err takes two inputs - 1.
MapUint32Float64Ptr takes two inputs - 1.
MapUint32Float64PtrErr takes two inputs - 1.
MapUint32Int takes two inputs - 1.
MapUint32Int16 takes two inputs - 1.
MapUint32Int16Err takes two inputs - 1.
MapUint32Int16Ptr takes two inputs - 1.
MapUint32Int16PtrErr takes two inputs - 1.
MapUint32Int32 takes two inputs - 1.
MapUint32Int32Err takes two inputs - 1.
MapUint32Int32Ptr takes two inputs - 1.
MapUint32Int32PtrErr takes two inputs - 1.
MapUint32Int64 takes two inputs - 1.
MapUint32Int64Err takes two inputs - 1.
MapUint32Int64Ptr takes two inputs - 1.
MapUint32Int64PtrErr takes two inputs - 1.
MapUint32Int8 takes two inputs - 1.
MapUint32Int8Err takes two inputs - 1.
MapUint32Int8Ptr takes two inputs - 1.
MapUint32Int8PtrErr takes two inputs - 1.
MapUint32IntErr takes two inputs - 1.
MapUint32IntPtr takes two inputs - 1.
MapUint32IntPtrErr takes two inputs - 1.
MapUint32Ptr takes 2 arguments.
MapUint32PtrErr takes 2 arguments: 1.
MapUint32Str takes two inputs - 1.
MapUint32StrErr takes two inputs - 1.
MapUint32StrPtr takes two inputs - 1.
MapUint32StrPtrErr takes two inputs - 1.
MapUint32Uint takes two inputs - 1.
MapUint32Uint16 takes two inputs - 1.
MapUint32Uint16Err takes two inputs - 1.
MapUint32Uint16Ptr takes two inputs - 1.
MapUint32Uint16PtrErr takes two inputs - 1.
MapUint32Uint64 takes two inputs - 1.
MapUint32Uint64Err takes two inputs - 1.
MapUint32Uint64Ptr takes two inputs - 1.
MapUint32Uint64PtrErr takes two inputs - 1.
MapUint32Uint8 takes two inputs - 1.
MapUint32Uint8Err takes two inputs - 1.
MapUint32Uint8Ptr takes two inputs - 1.
MapUint32Uint8PtrErr takes two inputs - 1.
MapUint32UintErr takes two inputs - 1.
MapUint32UintPtr takes two inputs - 1.
MapUint32UintPtrErr takes two inputs - 1.
MapUint64 applies the function(1st argument) on each item of the list and returns new list Takes 2 inputs 1.
MapUint64Bool takes two inputs - 1.
MapUint64BoolErr takes two inputs - 1.
MapUint64BoolPtr takes two inputs - 1.
MapUint64BoolPtrErr takes two inputs - 1.
MapUint64Err takes 2 arguments: 1.
MapUint64Float32 takes two inputs - 1.
MapUint64Float32Err takes two inputs - 1.
MapUint64Float32Ptr takes two inputs - 1.
MapUint64Float32PtrErr takes two inputs - 1.
MapUint64Float64 takes two inputs - 1.
MapUint64Float64Err takes two inputs - 1.
MapUint64Float64Ptr takes two inputs - 1.
MapUint64Float64PtrErr takes two inputs - 1.
MapUint64Int takes two inputs - 1.
MapUint64Int16 takes two inputs - 1.
MapUint64Int16Err takes two inputs - 1.
MapUint64Int16Ptr takes two inputs - 1.
MapUint64Int16PtrErr takes two inputs - 1.
MapUint64Int32 takes two inputs - 1.
MapUint64Int32Err takes two inputs - 1.
MapUint64Int32Ptr takes two inputs - 1.
MapUint64Int32PtrErr takes two inputs - 1.
MapUint64Int64 takes two inputs - 1.
MapUint64Int64Err takes two inputs - 1.
MapUint64Int64Ptr takes two inputs - 1.
MapUint64Int64PtrErr takes two inputs - 1.
MapUint64Int8 takes two inputs - 1.
MapUint64Int8Err takes two inputs - 1.
MapUint64Int8Ptr takes two inputs - 1.
MapUint64Int8PtrErr takes two inputs - 1.
MapUint64IntErr takes two inputs - 1.
MapUint64IntPtr takes two inputs - 1.
MapUint64IntPtrErr takes two inputs - 1.
MapUint64Ptr takes 2 arguments.
MapUint64PtrErr takes 2 arguments: 1.
MapUint64Str takes two inputs - 1.
MapUint64StrErr takes two inputs - 1.
MapUint64StrPtr takes two inputs - 1.
MapUint64StrPtrErr takes two inputs - 1.
MapUint64Uint takes two inputs - 1.
MapUint64Uint16 takes two inputs - 1.
MapUint64Uint16Err takes two inputs - 1.
MapUint64Uint16Ptr takes two inputs - 1.
MapUint64Uint16PtrErr takes two inputs - 1.
MapUint64Uint32 takes two inputs - 1.
MapUint64Uint32Err takes two inputs - 1.
MapUint64Uint32Ptr takes two inputs - 1.
MapUint64Uint32PtrErr takes two inputs - 1.
MapUint64Uint8 takes two inputs - 1.
MapUint64Uint8Err takes two inputs - 1.
MapUint64Uint8Ptr takes two inputs - 1.
MapUint64Uint8PtrErr takes two inputs - 1.
MapUint64UintErr takes two inputs - 1.
MapUint64UintPtr takes two inputs - 1.
MapUint64UintPtrErr takes two inputs - 1.
MapUint8 applies the function(1st argument) on each item of the list and returns new list Takes 2 inputs 1.
MapUint8Bool takes two inputs - 1.
MapUint8BoolErr takes two inputs - 1.
MapUint8BoolPtr takes two inputs - 1.
MapUint8BoolPtrErr takes two inputs - 1.
MapUint8Err takes 2 arguments: 1.
MapUint8Float32 takes two inputs - 1.
MapUint8Float32Err takes two inputs - 1.
MapUint8Float32Ptr takes two inputs - 1.
MapUint8Float32PtrErr takes two inputs - 1.
MapUint8Float64 takes two inputs - 1.
MapUint8Float64Err takes two inputs - 1.
MapUint8Float64Ptr takes two inputs - 1.
MapUint8Float64PtrErr takes two inputs - 1.
MapUint8Int takes two inputs - 1.
MapUint8Int16 takes two inputs - 1.
MapUint8Int16Err takes two inputs - 1.
MapUint8Int16Ptr takes two inputs - 1.
MapUint8Int16PtrErr takes two inputs - 1.
MapUint8Int32 takes two inputs - 1.
MapUint8Int32Err takes two inputs - 1.
MapUint8Int32Ptr takes two inputs - 1.
MapUint8Int32PtrErr takes two inputs - 1.
MapUint8Int64 takes two inputs - 1.
MapUint8Int64Err takes two inputs - 1.
MapUint8Int64Ptr takes two inputs - 1.
MapUint8Int64PtrErr takes two inputs - 1.
MapUint8Int8 takes two inputs - 1.
MapUint8Int8Err takes two inputs - 1.
MapUint8Int8Ptr takes two inputs - 1.
MapUint8Int8PtrErr takes two inputs - 1.
MapUint8IntErr takes two inputs - 1.
MapUint8IntPtr takes two inputs - 1.
MapUint8IntPtrErr takes two inputs - 1.
MapUint8Ptr takes 2 arguments.
MapUint8PtrErr takes 2 arguments: 1.
MapUint8Str takes two inputs - 1.
MapUint8StrErr takes two inputs - 1.
MapUint8StrPtr takes two inputs - 1.
MapUint8StrPtrErr takes two inputs - 1.
MapUint8Uint takes two inputs - 1.
MapUint8Uint16 takes two inputs - 1.
MapUint8Uint16Err takes two inputs - 1.
MapUint8Uint16Ptr takes two inputs - 1.
MapUint8Uint16PtrErr takes two inputs - 1.
MapUint8Uint32 takes two inputs - 1.
MapUint8Uint32Err takes two inputs - 1.
MapUint8Uint32Ptr takes two inputs - 1.
MapUint8Uint32PtrErr takes two inputs - 1.
MapUint8Uint64 takes two inputs - 1.
MapUint8Uint64Err takes two inputs - 1.
MapUint8Uint64Ptr takes two inputs - 1.
MapUint8Uint64PtrErr takes two inputs - 1.
MapUint8UintErr takes two inputs - 1.
MapUint8UintPtr takes two inputs - 1.
MapUint8UintPtrErr takes two inputs - 1.
MapUintBool takes two inputs - 1.
MapUintBoolErr takes two inputs - 1.
MapUintBoolPtr takes two inputs - 1.
MapUintBoolPtrErr takes two inputs - 1.
MapUintErr takes 2 arguments: 1.
MapUintFloat32 takes two inputs - 1.
MapUintFloat32Err takes two inputs - 1.
MapUintFloat32Ptr takes two inputs - 1.
MapUintFloat32PtrErr takes two inputs - 1.
MapUintFloat64 takes two inputs - 1.
MapUintFloat64Err takes two inputs - 1.
MapUintFloat64Ptr takes two inputs - 1.
MapUintFloat64PtrErr takes two inputs - 1.
MapUintInt takes two inputs - 1.
MapUintInt16 takes two inputs - 1.
MapUintInt16Err takes two inputs - 1.
MapUintInt16Ptr takes two inputs - 1.
MapUintInt16PtrErr takes two inputs - 1.
MapUintInt32 takes two inputs - 1.
MapUintInt32Err takes two inputs - 1.
MapUintInt32Ptr takes two inputs - 1.
MapUintInt32PtrErr takes two inputs - 1.
MapUintInt64 takes two inputs - 1.
MapUintInt64Err takes two inputs - 1.
MapUintInt64Ptr takes two inputs - 1.
MapUintInt64PtrErr takes two inputs - 1.
MapUintInt8 takes two inputs - 1.
MapUintInt8Err takes two inputs - 1.
MapUintInt8Ptr takes two inputs - 1.
MapUintInt8PtrErr takes two inputs - 1.
MapUintIntErr takes two inputs - 1.
MapUintIntPtr takes two inputs - 1.
MapUintIntPtrErr takes two inputs - 1.
MapUintPtr takes 2 arguments.
MapUintPtrErr takes 2 arguments: 1.
MapUintStr takes two inputs - 1.
MapUintStrErr takes two inputs - 1.
MapUintStrPtr takes two inputs - 1.
MapUintStrPtrErr takes two inputs - 1.
MapUintUint16 takes two inputs - 1.
MapUintUint16Err takes two inputs - 1.
MapUintUint16Ptr takes two inputs - 1.
MapUintUint16PtrErr takes two inputs - 1.
MapUintUint32 takes two inputs - 1.
MapUintUint32Err takes two inputs - 1.
MapUintUint32Ptr takes two inputs - 1.
MapUintUint32PtrErr takes two inputs - 1.
MapUintUint64 takes two inputs - 1.
MapUintUint64Err takes two inputs - 1.
MapUintUint64Ptr takes two inputs - 1.
MapUintUint64PtrErr takes two inputs - 1.
MapUintUint8 takes two inputs - 1.
MapUintUint8Err takes two inputs - 1.
MapUintUint8Ptr takes two inputs - 1.
MapUintUint8PtrErr takes two inputs - 1.
MaxFloat32 returns max item from the list.
MaxFloat32Ptr Returns the greatest of the nums.
MaxFloat64 returns max item from the list.
MaxFloat64Ptr Returns the greatest of the nums.
MaxInt returns max item from the list.
MaxInt16 returns max item from the list.
MaxInt16Ptr Returns the greatest of the nums.
MaxInt32 returns max item from the list.
MaxInt32Ptr Returns the greatest of the nums.
MaxInt64 returns max item from the list.
MaxInt64Ptr Returns the greatest of the nums.
MaxInt8 returns max item from the list.
MaxInt8Ptr Returns the greatest of the nums.
MaxIntPtr Returns the greatest of the nums.
MaxUint returns max item from the list.
MaxUint16 returns max item from the list.
MaxUint16Ptr Returns the greatest of the nums.
MaxUint32 returns max item from the list.
MaxUint32Ptr Returns the greatest of the nums.
MaxUint64 returns max item from the list.
MaxUint64Ptr Returns the greatest of the nums.
MaxUint8 returns max item from the list.
MaxUint8Ptr Returns the greatest of the nums.
MaxUintPtr Returns the greatest of the nums.
MergeBool takes two inputs: map[bool]bool and map[bool]bool and merge two maps and returns a new map[bool]bool.
MergeBoolFloat32 takes two inputs: map[bool]float32 and map[bool]float32 and merge two maps and returns a new map[bool]float32.
MergeBoolFloat32Ptr takes two inputs: map[bool]float32 and map[bool]float32 and merge two maps and returns a new map[bool]float32.
MergeBoolFloat64 takes two inputs: map[bool]float64 and map[bool]float64 and merge two maps and returns a new map[bool]float64.
MergeBoolFloat64Ptr takes two inputs: map[bool]float64 and map[bool]float64 and merge two maps and returns a new map[bool]float64.
MergeBoolInt takes two inputs: map[bool]int and map[bool]int and merge two maps and returns a new map[bool]int.
MergeBoolInt16 takes two inputs: map[bool]int16 and map[bool]int16 and merge two maps and returns a new map[bool]int16.
MergeBoolInt16Ptr takes two inputs: map[bool]int16 and map[bool]int16 and merge two maps and returns a new map[bool]int16.
MergeBoolInt32 takes two inputs: map[bool]int32 and map[bool]int32 and merge two maps and returns a new map[bool]int32.
MergeBoolInt32Ptr takes two inputs: map[bool]int32 and map[bool]int32 and merge two maps and returns a new map[bool]int32.
MergeBoolInt64 takes two inputs: map[bool]int64 and map[bool]int64 and merge two maps and returns a new map[bool]int64.
MergeBoolInt64Ptr takes two inputs: map[bool]int64 and map[bool]int64 and merge two maps and returns a new map[bool]int64.
MergeBoolInt8 takes two inputs: map[bool]int8 and map[bool]int8 and merge two maps and returns a new map[bool]int8.
MergeBoolInt8Ptr takes two inputs: map[bool]int8 and map[bool]int8 and merge two maps and returns a new map[bool]int8.
MergeBoolIntPtr takes two inputs: map[bool]int and map[bool]int and merge two maps and returns a new map[bool]int.
MergeBoolPtr takes two inputs: map[bool]bool and map[bool]bool and merge two maps and returns a new map[bool]bool.
MergeBoolStr takes two inputs: map[bool]string and map[bool]string and merge two maps and returns a new map[bool]string.
MergeBoolStrPtr takes two inputs: map[bool]string and map[bool]string and merge two maps and returns a new map[bool]string.
MergeBoolUint takes two inputs: map[bool]uint and map[bool]uint and merge two maps and returns a new map[bool]uint.
MergeBoolUint16 takes two inputs: map[bool]uint16 and map[bool]uint16 and merge two maps and returns a new map[bool]uint16.
MergeBoolUint16Ptr takes two inputs: map[bool]uint16 and map[bool]uint16 and merge two maps and returns a new map[bool]uint16.
MergeBoolUint32 takes two inputs: map[bool]uint32 and map[bool]uint32 and merge two maps and returns a new map[bool]uint32.
MergeBoolUint32Ptr takes two inputs: map[bool]uint32 and map[bool]uint32 and merge two maps and returns a new map[bool]uint32.
MergeBoolUint64 takes two inputs: map[bool]uint64 and map[bool]uint64 and merge two maps and returns a new map[bool]uint64.
MergeBoolUint64Ptr takes two inputs: map[bool]uint64 and map[bool]uint64 and merge two maps and returns a new map[bool]uint64.
MergeBoolUint8 takes two inputs: map[bool]uint8 and map[bool]uint8 and merge two maps and returns a new map[bool]uint8.
MergeBoolUint8Ptr takes two inputs: map[bool]uint8 and map[bool]uint8 and merge two maps and returns a new map[bool]uint8.
MergeBoolUintPtr takes two inputs: map[bool]uint and map[bool]uint and merge two maps and returns a new map[bool]uint.
MergeFloat32 takes two inputs: map[float32]float32 and map[float32]float32 and merge two maps and returns a new map[float32]float32.
MergeFloat32Bool takes two inputs: map[float32]bool and map[float32]bool and merge two maps and returns a new map[float32]bool.
MergeFloat32BoolPtr takes two inputs: map[float32]bool and map[float32]bool and merge two maps and returns a new map[float32]bool.
MergeFloat32Float64 takes two inputs: map[float32]float64 and map[float32]float64 and merge two maps and returns a new map[float32]float64.
MergeFloat32Float64Ptr takes two inputs: map[float32]float64 and map[float32]float64 and merge two maps and returns a new map[float32]float64.
MergeFloat32Int takes two inputs: map[float32]int and map[float32]int and merge two maps and returns a new map[float32]int.
MergeFloat32Int16 takes two inputs: map[float32]int16 and map[float32]int16 and merge two maps and returns a new map[float32]int16.
MergeFloat32Int16Ptr takes two inputs: map[float32]int16 and map[float32]int16 and merge two maps and returns a new map[float32]int16.
MergeFloat32Int32 takes two inputs: map[float32]int32 and map[float32]int32 and merge two maps and returns a new map[float32]int32.
MergeFloat32Int32Ptr takes two inputs: map[float32]int32 and map[float32]int32 and merge two maps and returns a new map[float32]int32.
MergeFloat32Int64 takes two inputs: map[float32]int64 and map[float32]int64 and merge two maps and returns a new map[float32]int64.
MergeFloat32Int64Ptr takes two inputs: map[float32]int64 and map[float32]int64 and merge two maps and returns a new map[float32]int64.
MergeFloat32Int8 takes two inputs: map[float32]int8 and map[float32]int8 and merge two maps and returns a new map[float32]int8.
MergeFloat32Int8Ptr takes two inputs: map[float32]int8 and map[float32]int8 and merge two maps and returns a new map[float32]int8.
MergeFloat32IntPtr takes two inputs: map[float32]int and map[float32]int and merge two maps and returns a new map[float32]int.
MergeFloat32Ptr takes two inputs: map[float32]float32 and map[float32]float32 and merge two maps and returns a new map[float32]float32.
MergeFloat32Str takes two inputs: map[float32]string and map[float32]string and merge two maps and returns a new map[float32]string.
MergeFloat32StrPtr takes two inputs: map[float32]string and map[float32]string and merge two maps and returns a new map[float32]string.
MergeFloat32Uint takes two inputs: map[float32]uint and map[float32]uint and merge two maps and returns a new map[float32]uint.
MergeFloat32Uint16 takes two inputs: map[float32]uint16 and map[float32]uint16 and merge two maps and returns a new map[float32]uint16.
MergeFloat32Uint16Ptr takes two inputs: map[float32]uint16 and map[float32]uint16 and merge two maps and returns a new map[float32]uint16.
MergeFloat32Uint32 takes two inputs: map[float32]uint32 and map[float32]uint32 and merge two maps and returns a new map[float32]uint32.
MergeFloat32Uint32Ptr takes two inputs: map[float32]uint32 and map[float32]uint32 and merge two maps and returns a new map[float32]uint32.
MergeFloat32Uint64 takes two inputs: map[float32]uint64 and map[float32]uint64 and merge two maps and returns a new map[float32]uint64.
MergeFloat32Uint64Ptr takes two inputs: map[float32]uint64 and map[float32]uint64 and merge two maps and returns a new map[float32]uint64.
MergeFloat32Uint8 takes two inputs: map[float32]uint8 and map[float32]uint8 and merge two maps and returns a new map[float32]uint8.
MergeFloat32Uint8Ptr takes two inputs: map[float32]uint8 and map[float32]uint8 and merge two maps and returns a new map[float32]uint8.
MergeFloat32UintPtr takes two inputs: map[float32]uint and map[float32]uint and merge two maps and returns a new map[float32]uint.
MergeFloat64 takes two inputs: map[float64]float64 and map[float64]float64 and merge two maps and returns a new map[float64]float64.
MergeFloat64Bool takes two inputs: map[float64]bool and map[float64]bool and merge two maps and returns a new map[float64]bool.
MergeFloat64BoolPtr takes two inputs: map[float64]bool and map[float64]bool and merge two maps and returns a new map[float64]bool.
MergeFloat64Float32 takes two inputs: map[float64]float32 and map[float64]float32 and merge two maps and returns a new map[float64]float32.
MergeFloat64Float32Ptr takes two inputs: map[float64]float32 and map[float64]float32 and merge two maps and returns a new map[float64]float32.
MergeFloat64Int takes two inputs: map[float64]int and map[float64]int and merge two maps and returns a new map[float64]int.
MergeFloat64Int16 takes two inputs: map[float64]int16 and map[float64]int16 and merge two maps and returns a new map[float64]int16.
MergeFloat64Int16Ptr takes two inputs: map[float64]int16 and map[float64]int16 and merge two maps and returns a new map[float64]int16.
MergeFloat64Int32 takes two inputs: map[float64]int32 and map[float64]int32 and merge two maps and returns a new map[float64]int32.
MergeFloat64Int32Ptr takes two inputs: map[float64]int32 and map[float64]int32 and merge two maps and returns a new map[float64]int32.
MergeFloat64Int64 takes two inputs: map[float64]int64 and map[float64]int64 and merge two maps and returns a new map[float64]int64.
MergeFloat64Int64Ptr takes two inputs: map[float64]int64 and map[float64]int64 and merge two maps and returns a new map[float64]int64.
MergeFloat64Int8 takes two inputs: map[float64]int8 and map[float64]int8 and merge two maps and returns a new map[float64]int8.
MergeFloat64Int8Ptr takes two inputs: map[float64]int8 and map[float64]int8 and merge two maps and returns a new map[float64]int8.
MergeFloat64IntPtr takes two inputs: map[float64]int and map[float64]int and merge two maps and returns a new map[float64]int.
MergeFloat64Ptr takes two inputs: map[float64]float64 and map[float64]float64 and merge two maps and returns a new map[float64]float64.
MergeFloat64Str takes two inputs: map[float64]string and map[float64]string and merge two maps and returns a new map[float64]string.
MergeFloat64StrPtr takes two inputs: map[float64]string and map[float64]string and merge two maps and returns a new map[float64]string.
MergeFloat64Uint takes two inputs: map[float64]uint and map[float64]uint and merge two maps and returns a new map[float64]uint.
MergeFloat64Uint16 takes two inputs: map[float64]uint16 and map[float64]uint16 and merge two maps and returns a new map[float64]uint16.
MergeFloat64Uint16Ptr takes two inputs: map[float64]uint16 and map[float64]uint16 and merge two maps and returns a new map[float64]uint16.
MergeFloat64Uint32 takes two inputs: map[float64]uint32 and map[float64]uint32 and merge two maps and returns a new map[float64]uint32.
MergeFloat64Uint32Ptr takes two inputs: map[float64]uint32 and map[float64]uint32 and merge two maps and returns a new map[float64]uint32.
MergeFloat64Uint64 takes two inputs: map[float64]uint64 and map[float64]uint64 and merge two maps and returns a new map[float64]uint64.
MergeFloat64Uint64Ptr takes two inputs: map[float64]uint64 and map[float64]uint64 and merge two maps and returns a new map[float64]uint64.
MergeFloat64Uint8 takes two inputs: map[float64]uint8 and map[float64]uint8 and merge two maps and returns a new map[float64]uint8.
MergeFloat64Uint8Ptr takes two inputs: map[float64]uint8 and map[float64]uint8 and merge two maps and returns a new map[float64]uint8.
MergeFloat64UintPtr takes two inputs: map[float64]uint and map[float64]uint and merge two maps and returns a new map[float64]uint.
MergeInt takes two inputs: map[int]int and map[int]int and merge two maps and returns a new map[int]int.
MergeInt16 takes two inputs: map[int16]int16 and map[int16]int16 and merge two maps and returns a new map[int16]int16.
MergeInt16Bool takes two inputs: map[int16]bool and map[int16]bool and merge two maps and returns a new map[int16]bool.
MergeInt16BoolPtr takes two inputs: map[int16]bool and map[int16]bool and merge two maps and returns a new map[int16]bool.
MergeInt16Float32 takes two inputs: map[int16]float32 and map[int16]float32 and merge two maps and returns a new map[int16]float32.
MergeInt16Float32Ptr takes two inputs: map[int16]float32 and map[int16]float32 and merge two maps and returns a new map[int16]float32.
MergeInt16Float64 takes two inputs: map[int16]float64 and map[int16]float64 and merge two maps and returns a new map[int16]float64.
MergeInt16Float64Ptr takes two inputs: map[int16]float64 and map[int16]float64 and merge two maps and returns a new map[int16]float64.
MergeInt16Int takes two inputs: map[int16]int and map[int16]int and merge two maps and returns a new map[int16]int.
MergeInt16Int32 takes two inputs: map[int16]int32 and map[int16]int32 and merge two maps and returns a new map[int16]int32.
MergeInt16Int32Ptr takes two inputs: map[int16]int32 and map[int16]int32 and merge two maps and returns a new map[int16]int32.
MergeInt16Int64 takes two inputs: map[int16]int64 and map[int16]int64 and merge two maps and returns a new map[int16]int64.
MergeInt16Int64Ptr takes two inputs: map[int16]int64 and map[int16]int64 and merge two maps and returns a new map[int16]int64.
MergeInt16Int8 takes two inputs: map[int16]int8 and map[int16]int8 and merge two maps and returns a new map[int16]int8.
MergeInt16Int8Ptr takes two inputs: map[int16]int8 and map[int16]int8 and merge two maps and returns a new map[int16]int8.
MergeInt16IntPtr takes two inputs: map[int16]int and map[int16]int and merge two maps and returns a new map[int16]int.
MergeInt16Ptr takes two inputs: map[int16]int16 and map[int16]int16 and merge two maps and returns a new map[int16]int16.
MergeInt16Str takes two inputs: map[int16]string and map[int16]string and merge two maps and returns a new map[int16]string.
MergeInt16StrPtr takes two inputs: map[int16]string and map[int16]string and merge two maps and returns a new map[int16]string.
MergeInt16Uint takes two inputs: map[int16]uint and map[int16]uint and merge two maps and returns a new map[int16]uint.
MergeInt16Uint16 takes two inputs: map[int16]uint16 and map[int16]uint16 and merge two maps and returns a new map[int16]uint16.
MergeInt16Uint16Ptr takes two inputs: map[int16]uint16 and map[int16]uint16 and merge two maps and returns a new map[int16]uint16.
MergeInt16Uint32 takes two inputs: map[int16]uint32 and map[int16]uint32 and merge two maps and returns a new map[int16]uint32.
MergeInt16Uint32Ptr takes two inputs: map[int16]uint32 and map[int16]uint32 and merge two maps and returns a new map[int16]uint32.
MergeInt16Uint64 takes two inputs: map[int16]uint64 and map[int16]uint64 and merge two maps and returns a new map[int16]uint64.
MergeInt16Uint64Ptr takes two inputs: map[int16]uint64 and map[int16]uint64 and merge two maps and returns a new map[int16]uint64.
MergeInt16Uint8 takes two inputs: map[int16]uint8 and map[int16]uint8 and merge two maps and returns a new map[int16]uint8.
MergeInt16Uint8Ptr takes two inputs: map[int16]uint8 and map[int16]uint8 and merge two maps and returns a new map[int16]uint8.
MergeInt16UintPtr takes two inputs: map[int16]uint and map[int16]uint and merge two maps and returns a new map[int16]uint.
MergeInt32 takes two inputs: map[int32]int32 and map[int32]int32 and merge two maps and returns a new map[int32]int32.
MergeInt32Bool takes two inputs: map[int32]bool and map[int32]bool and merge two maps and returns a new map[int32]bool.
MergeInt32BoolPtr takes two inputs: map[int32]bool and map[int32]bool and merge two maps and returns a new map[int32]bool.
MergeInt32Float32 takes two inputs: map[int32]float32 and map[int32]float32 and merge two maps and returns a new map[int32]float32.
MergeInt32Float32Ptr takes two inputs: map[int32]float32 and map[int32]float32 and merge two maps and returns a new map[int32]float32.
MergeInt32Float64 takes two inputs: map[int32]float64 and map[int32]float64 and merge two maps and returns a new map[int32]float64.
MergeInt32Float64Ptr takes two inputs: map[int32]float64 and map[int32]float64 and merge two maps and returns a new map[int32]float64.
MergeInt32Int takes two inputs: map[int32]int and map[int32]int and merge two maps and returns a new map[int32]int.
MergeInt32Int16 takes two inputs: map[int32]int16 and map[int32]int16 and merge two maps and returns a new map[int32]int16.
MergeInt32Int16Ptr takes two inputs: map[int32]int16 and map[int32]int16 and merge two maps and returns a new map[int32]int16.
MergeInt32Int64 takes two inputs: map[int32]int64 and map[int32]int64 and merge two maps and returns a new map[int32]int64.
MergeInt32Int64Ptr takes two inputs: map[int32]int64 and map[int32]int64 and merge two maps and returns a new map[int32]int64.
MergeInt32Int8 takes two inputs: map[int32]int8 and map[int32]int8 and merge two maps and returns a new map[int32]int8.
MergeInt32Int8Ptr takes two inputs: map[int32]int8 and map[int32]int8 and merge two maps and returns a new map[int32]int8.
MergeInt32IntPtr takes two inputs: map[int32]int and map[int32]int and merge two maps and returns a new map[int32]int.
MergeInt32Ptr takes two inputs: map[int32]int32 and map[int32]int32 and merge two maps and returns a new map[int32]int32.
MergeInt32Str takes two inputs: map[int32]string and map[int32]string and merge two maps and returns a new map[int32]string.
MergeInt32StrPtr takes two inputs: map[int32]string and map[int32]string and merge two maps and returns a new map[int32]string.
MergeInt32Uint takes two inputs: map[int32]uint and map[int32]uint and merge two maps and returns a new map[int32]uint.
MergeInt32Uint16 takes two inputs: map[int32]uint16 and map[int32]uint16 and merge two maps and returns a new map[int32]uint16.
MergeInt32Uint16Ptr takes two inputs: map[int32]uint16 and map[int32]uint16 and merge two maps and returns a new map[int32]uint16.
MergeInt32Uint32 takes two inputs: map[int32]uint32 and map[int32]uint32 and merge two maps and returns a new map[int32]uint32.
MergeInt32Uint32Ptr takes two inputs: map[int32]uint32 and map[int32]uint32 and merge two maps and returns a new map[int32]uint32.
MergeInt32Uint64 takes two inputs: map[int32]uint64 and map[int32]uint64 and merge two maps and returns a new map[int32]uint64.
MergeInt32Uint64Ptr takes two inputs: map[int32]uint64 and map[int32]uint64 and merge two maps and returns a new map[int32]uint64.
MergeInt32Uint8 takes two inputs: map[int32]uint8 and map[int32]uint8 and merge two maps and returns a new map[int32]uint8.
MergeInt32Uint8Ptr takes two inputs: map[int32]uint8 and map[int32]uint8 and merge two maps and returns a new map[int32]uint8.
MergeInt32UintPtr takes two inputs: map[int32]uint and map[int32]uint and merge two maps and returns a new map[int32]uint.
MergeInt64 takes two inputs: map[int64]int64 and map[int64]int64 and merge two maps and returns a new map[int64]int64.
MergeInt64Bool takes two inputs: map[int64]bool and map[int64]bool and merge two maps and returns a new map[int64]bool.
MergeInt64BoolPtr takes two inputs: map[int64]bool and map[int64]bool and merge two maps and returns a new map[int64]bool.
MergeInt64Float32 takes two inputs: map[int64]float32 and map[int64]float32 and merge two maps and returns a new map[int64]float32.
MergeInt64Float32Ptr takes two inputs: map[int64]float32 and map[int64]float32 and merge two maps and returns a new map[int64]float32.
MergeInt64Float64 takes two inputs: map[int64]float64 and map[int64]float64 and merge two maps and returns a new map[int64]float64.
MergeInt64Float64Ptr takes two inputs: map[int64]float64 and map[int64]float64 and merge two maps and returns a new map[int64]float64.
MergeInt64Int takes two inputs: map[int64]int and map[int64]int and merge two maps and returns a new map[int64]int.
MergeInt64Int16 takes two inputs: map[int64]int16 and map[int64]int16 and merge two maps and returns a new map[int64]int16.
MergeInt64Int16Ptr takes two inputs: map[int64]int16 and map[int64]int16 and merge two maps and returns a new map[int64]int16.
MergeInt64Int32 takes two inputs: map[int64]int32 and map[int64]int32 and merge two maps and returns a new map[int64]int32.
MergeInt64Int32Ptr takes two inputs: map[int64]int32 and map[int64]int32 and merge two maps and returns a new map[int64]int32.
MergeInt64Int8 takes two inputs: map[int64]int8 and map[int64]int8 and merge two maps and returns a new map[int64]int8.
MergeInt64Int8Ptr takes two inputs: map[int64]int8 and map[int64]int8 and merge two maps and returns a new map[int64]int8.
MergeInt64IntPtr takes two inputs: map[int64]int and map[int64]int and merge two maps and returns a new map[int64]int.
MergeInt64Ptr takes two inputs: map[int64]int64 and map[int64]int64 and merge two maps and returns a new map[int64]int64.
MergeInt64Str takes two inputs: map[int64]string and map[int64]string and merge two maps and returns a new map[int64]string.
MergeInt64StrPtr takes two inputs: map[int64]string and map[int64]string and merge two maps and returns a new map[int64]string.
MergeInt64Uint takes two inputs: map[int64]uint and map[int64]uint and merge two maps and returns a new map[int64]uint.
MergeInt64Uint16 takes two inputs: map[int64]uint16 and map[int64]uint16 and merge two maps and returns a new map[int64]uint16.
MergeInt64Uint16Ptr takes two inputs: map[int64]uint16 and map[int64]uint16 and merge two maps and returns a new map[int64]uint16.
MergeInt64Uint32 takes two inputs: map[int64]uint32 and map[int64]uint32 and merge two maps and returns a new map[int64]uint32.
MergeInt64Uint32Ptr takes two inputs: map[int64]uint32 and map[int64]uint32 and merge two maps and returns a new map[int64]uint32.
MergeInt64Uint64 takes two inputs: map[int64]uint64 and map[int64]uint64 and merge two maps and returns a new map[int64]uint64.
MergeInt64Uint64Ptr takes two inputs: map[int64]uint64 and map[int64]uint64 and merge two maps and returns a new map[int64]uint64.
MergeInt64Uint8 takes two inputs: map[int64]uint8 and map[int64]uint8 and merge two maps and returns a new map[int64]uint8.
MergeInt64Uint8Ptr takes two inputs: map[int64]uint8 and map[int64]uint8 and merge two maps and returns a new map[int64]uint8.
MergeInt64UintPtr takes two inputs: map[int64]uint and map[int64]uint and merge two maps and returns a new map[int64]uint.
MergeInt8 takes two inputs: map[int8]int8 and map[int8]int8 and merge two maps and returns a new map[int8]int8.
MergeInt8Bool takes two inputs: map[int8]bool and map[int8]bool and merge two maps and returns a new map[int8]bool.
MergeInt8BoolPtr takes two inputs: map[int8]bool and map[int8]bool and merge two maps and returns a new map[int8]bool.
MergeInt8Float32 takes two inputs: map[int8]float32 and map[int8]float32 and merge two maps and returns a new map[int8]float32.
MergeInt8Float32Ptr takes two inputs: map[int8]float32 and map[int8]float32 and merge two maps and returns a new map[int8]float32.
MergeInt8Float64 takes two inputs: map[int8]float64 and map[int8]float64 and merge two maps and returns a new map[int8]float64.
MergeInt8Float64Ptr takes two inputs: map[int8]float64 and map[int8]float64 and merge two maps and returns a new map[int8]float64.
MergeInt8Int takes two inputs: map[int8]int and map[int8]int and merge two maps and returns a new map[int8]int.
MergeInt8Int16 takes two inputs: map[int8]int16 and map[int8]int16 and merge two maps and returns a new map[int8]int16.
MergeInt8Int16Ptr takes two inputs: map[int8]int16 and map[int8]int16 and merge two maps and returns a new map[int8]int16.
MergeInt8Int32 takes two inputs: map[int8]int32 and map[int8]int32 and merge two maps and returns a new map[int8]int32.
MergeInt8Int32Ptr takes two inputs: map[int8]int32 and map[int8]int32 and merge two maps and returns a new map[int8]int32.
MergeInt8Int64 takes two inputs: map[int8]int64 and map[int8]int64 and merge two maps and returns a new map[int8]int64.
MergeInt8Int64Ptr takes two inputs: map[int8]int64 and map[int8]int64 and merge two maps and returns a new map[int8]int64.
MergeInt8IntPtr takes two inputs: map[int8]int and map[int8]int and merge two maps and returns a new map[int8]int.
MergeInt8Ptr takes two inputs: map[int8]int8 and map[int8]int8 and merge two maps and returns a new map[int8]int8.
MergeInt8Str takes two inputs: map[int8]string and map[int8]string and merge two maps and returns a new map[int8]string.
MergeInt8StrPtr takes two inputs: map[int8]string and map[int8]string and merge two maps and returns a new map[int8]string.
MergeInt8Uint takes two inputs: map[int8]uint and map[int8]uint and merge two maps and returns a new map[int8]uint.
MergeInt8Uint16 takes two inputs: map[int8]uint16 and map[int8]uint16 and merge two maps and returns a new map[int8]uint16.
MergeInt8Uint16Ptr takes two inputs: map[int8]uint16 and map[int8]uint16 and merge two maps and returns a new map[int8]uint16.
MergeInt8Uint32 takes two inputs: map[int8]uint32 and map[int8]uint32 and merge two maps and returns a new map[int8]uint32.
MergeInt8Uint32Ptr takes two inputs: map[int8]uint32 and map[int8]uint32 and merge two maps and returns a new map[int8]uint32.
MergeInt8Uint64 takes two inputs: map[int8]uint64 and map[int8]uint64 and merge two maps and returns a new map[int8]uint64.
MergeInt8Uint64Ptr takes two inputs: map[int8]uint64 and map[int8]uint64 and merge two maps and returns a new map[int8]uint64.
MergeInt8Uint8 takes two inputs: map[int8]uint8 and map[int8]uint8 and merge two maps and returns a new map[int8]uint8.
MergeInt8Uint8Ptr takes two inputs: map[int8]uint8 and map[int8]uint8 and merge two maps and returns a new map[int8]uint8.
MergeInt8UintPtr takes two inputs: map[int8]uint and map[int8]uint and merge two maps and returns a new map[int8]uint.
MergeIntBool takes two inputs: map[int]bool and map[int]bool and merge two maps and returns a new map[int]bool.
MergeIntBoolPtr takes two inputs: map[int]bool and map[int]bool and merge two maps and returns a new map[int]bool.
MergeIntFloat32 takes two inputs: map[int]float32 and map[int]float32 and merge two maps and returns a new map[int]float32.
MergeIntFloat32Ptr takes two inputs: map[int]float32 and map[int]float32 and merge two maps and returns a new map[int]float32.
MergeIntFloat64 takes two inputs: map[int]float64 and map[int]float64 and merge two maps and returns a new map[int]float64.
MergeIntFloat64Ptr takes two inputs: map[int]float64 and map[int]float64 and merge two maps and returns a new map[int]float64.
MergeIntInt16 takes two inputs: map[int]int16 and map[int]int16 and merge two maps and returns a new map[int]int16.
MergeIntInt16Ptr takes two inputs: map[int]int16 and map[int]int16 and merge two maps and returns a new map[int]int16.
MergeIntInt32 takes two inputs: map[int]int32 and map[int]int32 and merge two maps and returns a new map[int]int32.
MergeIntInt32Ptr takes two inputs: map[int]int32 and map[int]int32 and merge two maps and returns a new map[int]int32.
MergeIntInt64 takes two inputs: map[int]int64 and map[int]int64 and merge two maps and returns a new map[int]int64.
MergeIntInt64Ptr takes two inputs: map[int]int64 and map[int]int64 and merge two maps and returns a new map[int]int64.
MergeIntInt8 takes two inputs: map[int]int8 and map[int]int8 and merge two maps and returns a new map[int]int8.
MergeIntInt8Ptr takes two inputs: map[int]int8 and map[int]int8 and merge two maps and returns a new map[int]int8.
MergeIntPtr takes two inputs: map[int]int and map[int]int and merge two maps and returns a new map[int]int.
MergeIntStr takes two inputs: map[int]string and map[int]string and merge two maps and returns a new map[int]string.
MergeIntStrPtr takes two inputs: map[int]string and map[int]string and merge two maps and returns a new map[int]string.
MergeIntUint takes two inputs: map[int]uint and map[int]uint and merge two maps and returns a new map[int]uint.
MergeIntUint16 takes two inputs: map[int]uint16 and map[int]uint16 and merge two maps and returns a new map[int]uint16.
MergeIntUint16Ptr takes two inputs: map[int]uint16 and map[int]uint16 and merge two maps and returns a new map[int]uint16.
MergeIntUint32 takes two inputs: map[int]uint32 and map[int]uint32 and merge two maps and returns a new map[int]uint32.
MergeIntUint32Ptr takes two inputs: map[int]uint32 and map[int]uint32 and merge two maps and returns a new map[int]uint32.
MergeIntUint64 takes two inputs: map[int]uint64 and map[int]uint64 and merge two maps and returns a new map[int]uint64.
MergeIntUint64Ptr takes two inputs: map[int]uint64 and map[int]uint64 and merge two maps and returns a new map[int]uint64.
MergeIntUint8 takes two inputs: map[int]uint8 and map[int]uint8 and merge two maps and returns a new map[int]uint8.
MergeIntUint8Ptr takes two inputs: map[int]uint8 and map[int]uint8 and merge two maps and returns a new map[int]uint8.
MergeIntUintPtr takes two inputs: map[int]uint and map[int]uint and merge two maps and returns a new map[int]uint.
MergeStr takes two inputs: map[string]string and map[string]string and merge two maps and returns a new map[string]string.
MergeStrBool takes two inputs: map[string]bool and map[string]bool and merge two maps and returns a new map[string]bool.
MergeStrBoolPtr takes two inputs: map[string]bool and map[string]bool and merge two maps and returns a new map[string]bool.
MergeStrFloat32 takes two inputs: map[string]float32 and map[string]float32 and merge two maps and returns a new map[string]float32.
MergeStrFloat32Ptr takes two inputs: map[string]float32 and map[string]float32 and merge two maps and returns a new map[string]float32.
MergeStrFloat64 takes two inputs: map[string]float64 and map[string]float64 and merge two maps and returns a new map[string]float64.
MergeStrFloat64Ptr takes two inputs: map[string]float64 and map[string]float64 and merge two maps and returns a new map[string]float64.
MergeStrInt takes two inputs: map[string]int and map[string]int and merge two maps and returns a new map[string]int.
MergeStrInt16 takes two inputs: map[string]int16 and map[string]int16 and merge two maps and returns a new map[string]int16.
MergeStrInt16Ptr takes two inputs: map[string]int16 and map[string]int16 and merge two maps and returns a new map[string]int16.
MergeStrInt32 takes two inputs: map[string]int32 and map[string]int32 and merge two maps and returns a new map[string]int32.
MergeStrInt32Ptr takes two inputs: map[string]int32 and map[string]int32 and merge two maps and returns a new map[string]int32.
MergeStrInt64 takes two inputs: map[string]int64 and map[string]int64 and merge two maps and returns a new map[string]int64.
MergeStrInt64Ptr takes two inputs: map[string]int64 and map[string]int64 and merge two maps and returns a new map[string]int64.
MergeStrInt8 takes two inputs: map[string]int8 and map[string]int8 and merge two maps and returns a new map[string]int8.
MergeStrInt8Ptr takes two inputs: map[string]int8 and map[string]int8 and merge two maps and returns a new map[string]int8.
MergeStrIntPtr takes two inputs: map[string]int and map[string]int and merge two maps and returns a new map[string]int.
MergeStrPtr takes two inputs: map[string]string and map[string]string and merge two maps and returns a new map[string]string.
MergeStrUint takes two inputs: map[string]uint and map[string]uint and merge two maps and returns a new map[string]uint.
MergeStrUint16 takes two inputs: map[string]uint16 and map[string]uint16 and merge two maps and returns a new map[string]uint16.
MergeStrUint16Ptr takes two inputs: map[string]uint16 and map[string]uint16 and merge two maps and returns a new map[string]uint16.
MergeStrUint32 takes two inputs: map[string]uint32 and map[string]uint32 and merge two maps and returns a new map[string]uint32.
MergeStrUint32Ptr takes two inputs: map[string]uint32 and map[string]uint32 and merge two maps and returns a new map[string]uint32.
MergeStrUint64 takes two inputs: map[string]uint64 and map[string]uint64 and merge two maps and returns a new map[string]uint64.
MergeStrUint64Ptr takes two inputs: map[string]uint64 and map[string]uint64 and merge two maps and returns a new map[string]uint64.
MergeStrUint8 takes two inputs: map[string]uint8 and map[string]uint8 and merge two maps and returns a new map[string]uint8.
MergeStrUint8Ptr takes two inputs: map[string]uint8 and map[string]uint8 and merge two maps and returns a new map[string]uint8.
MergeStrUintPtr takes two inputs: map[string]uint and map[string]uint and merge two maps and returns a new map[string]uint.
MergeUint takes two inputs: map[uint]uint and map[uint]uint and merge two maps and returns a new map[uint]uint.
MergeUint16 takes two inputs: map[uint16]uint16 and map[uint16]uint16 and merge two maps and returns a new map[uint16]uint16.
MergeUint16Bool takes two inputs: map[uint16]bool and map[uint16]bool and merge two maps and returns a new map[uint16]bool.
MergeUint16BoolPtr takes two inputs: map[uint16]bool and map[uint16]bool and merge two maps and returns a new map[uint16]bool.
MergeUint16Float32 takes two inputs: map[uint16]float32 and map[uint16]float32 and merge two maps and returns a new map[uint16]float32.
MergeUint16Float32Ptr takes two inputs: map[uint16]float32 and map[uint16]float32 and merge two maps and returns a new map[uint16]float32.
MergeUint16Float64 takes two inputs: map[uint16]float64 and map[uint16]float64 and merge two maps and returns a new map[uint16]float64.
MergeUint16Float64Ptr takes two inputs: map[uint16]float64 and map[uint16]float64 and merge two maps and returns a new map[uint16]float64.
MergeUint16Int takes two inputs: map[uint16]int and map[uint16]int and merge two maps and returns a new map[uint16]int.
MergeUint16Int16 takes two inputs: map[uint16]int16 and map[uint16]int16 and merge two maps and returns a new map[uint16]int16.
MergeUint16Int16Ptr takes two inputs: map[uint16]int16 and map[uint16]int16 and merge two maps and returns a new map[uint16]int16.
MergeUint16Int32 takes two inputs: map[uint16]int32 and map[uint16]int32 and merge two maps and returns a new map[uint16]int32.
MergeUint16Int32Ptr takes two inputs: map[uint16]int32 and map[uint16]int32 and merge two maps and returns a new map[uint16]int32.
MergeUint16Int64 takes two inputs: map[uint16]int64 and map[uint16]int64 and merge two maps and returns a new map[uint16]int64.
MergeUint16Int64Ptr takes two inputs: map[uint16]int64 and map[uint16]int64 and merge two maps and returns a new map[uint16]int64.
MergeUint16Int8 takes two inputs: map[uint16]int8 and map[uint16]int8 and merge two maps and returns a new map[uint16]int8.
MergeUint16Int8Ptr takes two inputs: map[uint16]int8 and map[uint16]int8 and merge two maps and returns a new map[uint16]int8.
MergeUint16IntPtr takes two inputs: map[uint16]int and map[uint16]int and merge two maps and returns a new map[uint16]int.
MergeUint16Ptr takes two inputs: map[uint16]uint16 and map[uint16]uint16 and merge two maps and returns a new map[uint16]uint16.
MergeUint16Str takes two inputs: map[uint16]string and map[uint16]string and merge two maps and returns a new map[uint16]string.
MergeUint16StrPtr takes two inputs: map[uint16]string and map[uint16]string and merge two maps and returns a new map[uint16]string.
MergeUint16Uint takes two inputs: map[uint16]uint and map[uint16]uint and merge two maps and returns a new map[uint16]uint.
MergeUint16Uint32 takes two inputs: map[uint16]uint32 and map[uint16]uint32 and merge two maps and returns a new map[uint16]uint32.
MergeUint16Uint32Ptr takes two inputs: map[uint16]uint32 and map[uint16]uint32 and merge two maps and returns a new map[uint16]uint32.
MergeUint16Uint64 takes two inputs: map[uint16]uint64 and map[uint16]uint64 and merge two maps and returns a new map[uint16]uint64.
MergeUint16Uint64Ptr takes two inputs: map[uint16]uint64 and map[uint16]uint64 and merge two maps and returns a new map[uint16]uint64.
MergeUint16Uint8 takes two inputs: map[uint16]uint8 and map[uint16]uint8 and merge two maps and returns a new map[uint16]uint8.
MergeUint16Uint8Ptr takes two inputs: map[uint16]uint8 and map[uint16]uint8 and merge two maps and returns a new map[uint16]uint8.
MergeUint16UintPtr takes two inputs: map[uint16]uint and map[uint16]uint and merge two maps and returns a new map[uint16]uint.
MergeUint32 takes two inputs: map[uint32]uint32 and map[uint32]uint32 and merge two maps and returns a new map[uint32]uint32.
MergeUint32Bool takes two inputs: map[uint32]bool and map[uint32]bool and merge two maps and returns a new map[uint32]bool.
MergeUint32BoolPtr takes two inputs: map[uint32]bool and map[uint32]bool and merge two maps and returns a new map[uint32]bool.
MergeUint32Float32 takes two inputs: map[uint32]float32 and map[uint32]float32 and merge two maps and returns a new map[uint32]float32.
MergeUint32Float32Ptr takes two inputs: map[uint32]float32 and map[uint32]float32 and merge two maps and returns a new map[uint32]float32.
MergeUint32Float64 takes two inputs: map[uint32]float64 and map[uint32]float64 and merge two maps and returns a new map[uint32]float64.
MergeUint32Float64Ptr takes two inputs: map[uint32]float64 and map[uint32]float64 and merge two maps and returns a new map[uint32]float64.
MergeUint32Int takes two inputs: map[uint32]int and map[uint32]int and merge two maps and returns a new map[uint32]int.
MergeUint32Int16 takes two inputs: map[uint32]int16 and map[uint32]int16 and merge two maps and returns a new map[uint32]int16.
MergeUint32Int16Ptr takes two inputs: map[uint32]int16 and map[uint32]int16 and merge two maps and returns a new map[uint32]int16.
MergeUint32Int32 takes two inputs: map[uint32]int32 and map[uint32]int32 and merge two maps and returns a new map[uint32]int32.
MergeUint32Int32Ptr takes two inputs: map[uint32]int32 and map[uint32]int32 and merge two maps and returns a new map[uint32]int32.
MergeUint32Int64 takes two inputs: map[uint32]int64 and map[uint32]int64 and merge two maps and returns a new map[uint32]int64.
MergeUint32Int64Ptr takes two inputs: map[uint32]int64 and map[uint32]int64 and merge two maps and returns a new map[uint32]int64.
MergeUint32Int8 takes two inputs: map[uint32]int8 and map[uint32]int8 and merge two maps and returns a new map[uint32]int8.
MergeUint32Int8Ptr takes two inputs: map[uint32]int8 and map[uint32]int8 and merge two maps and returns a new map[uint32]int8.
MergeUint32IntPtr takes two inputs: map[uint32]int and map[uint32]int and merge two maps and returns a new map[uint32]int.
MergeUint32Ptr takes two inputs: map[uint32]uint32 and map[uint32]uint32 and merge two maps and returns a new map[uint32]uint32.
MergeUint32Str takes two inputs: map[uint32]string and map[uint32]string and merge two maps and returns a new map[uint32]string.
MergeUint32StrPtr takes two inputs: map[uint32]string and map[uint32]string and merge two maps and returns a new map[uint32]string.
MergeUint32Uint takes two inputs: map[uint32]uint and map[uint32]uint and merge two maps and returns a new map[uint32]uint.
MergeUint32Uint16 takes two inputs: map[uint32]uint16 and map[uint32]uint16 and merge two maps and returns a new map[uint32]uint16.
MergeUint32Uint16Ptr takes two inputs: map[uint32]uint16 and map[uint32]uint16 and merge two maps and returns a new map[uint32]uint16.
MergeUint32Uint64 takes two inputs: map[uint32]uint64 and map[uint32]uint64 and merge two maps and returns a new map[uint32]uint64.
MergeUint32Uint64Ptr takes two inputs: map[uint32]uint64 and map[uint32]uint64 and merge two maps and returns a new map[uint32]uint64.
MergeUint32Uint8 takes two inputs: map[uint32]uint8 and map[uint32]uint8 and merge two maps and returns a new map[uint32]uint8.
MergeUint32Uint8Ptr takes two inputs: map[uint32]uint8 and map[uint32]uint8 and merge two maps and returns a new map[uint32]uint8.
MergeUint32UintPtr takes two inputs: map[uint32]uint and map[uint32]uint and merge two maps and returns a new map[uint32]uint.
MergeUint64 takes two inputs: map[uint64]uint64 and map[uint64]uint64 and merge two maps and returns a new map[uint64]uint64.
MergeUint64Bool takes two inputs: map[uint64]bool and map[uint64]bool and merge two maps and returns a new map[uint64]bool.
MergeUint64BoolPtr takes two inputs: map[uint64]bool and map[uint64]bool and merge two maps and returns a new map[uint64]bool.
MergeUint64Float32 takes two inputs: map[uint64]float32 and map[uint64]float32 and merge two maps and returns a new map[uint64]float32.
MergeUint64Float32Ptr takes two inputs: map[uint64]float32 and map[uint64]float32 and merge two maps and returns a new map[uint64]float32.
MergeUint64Float64 takes two inputs: map[uint64]float64 and map[uint64]float64 and merge two maps and returns a new map[uint64]float64.
MergeUint64Float64Ptr takes two inputs: map[uint64]float64 and map[uint64]float64 and merge two maps and returns a new map[uint64]float64.
MergeUint64Int takes two inputs: map[uint64]int and map[uint64]int and merge two maps and returns a new map[uint64]int.
MergeUint64Int16 takes two inputs: map[uint64]int16 and map[uint64]int16 and merge two maps and returns a new map[uint64]int16.
MergeUint64Int16Ptr takes two inputs: map[uint64]int16 and map[uint64]int16 and merge two maps and returns a new map[uint64]int16.
MergeUint64Int32 takes two inputs: map[uint64]int32 and map[uint64]int32 and merge two maps and returns a new map[uint64]int32.
MergeUint64Int32Ptr takes two inputs: map[uint64]int32 and map[uint64]int32 and merge two maps and returns a new map[uint64]int32.
MergeUint64Int64 takes two inputs: map[uint64]int64 and map[uint64]int64 and merge two maps and returns a new map[uint64]int64.
MergeUint64Int64Ptr takes two inputs: map[uint64]int64 and map[uint64]int64 and merge two maps and returns a new map[uint64]int64.
MergeUint64Int8 takes two inputs: map[uint64]int8 and map[uint64]int8 and merge two maps and returns a new map[uint64]int8.
MergeUint64Int8Ptr takes two inputs: map[uint64]int8 and map[uint64]int8 and merge two maps and returns a new map[uint64]int8.
MergeUint64IntPtr takes two inputs: map[uint64]int and map[uint64]int and merge two maps and returns a new map[uint64]int.
MergeUint64Ptr takes two inputs: map[uint64]uint64 and map[uint64]uint64 and merge two maps and returns a new map[uint64]uint64.
MergeUint64Str takes two inputs: map[uint64]string and map[uint64]string and merge two maps and returns a new map[uint64]string.
MergeUint64StrPtr takes two inputs: map[uint64]string and map[uint64]string and merge two maps and returns a new map[uint64]string.
MergeUint64Uint takes two inputs: map[uint64]uint and map[uint64]uint and merge two maps and returns a new map[uint64]uint.
MergeUint64Uint16 takes two inputs: map[uint64]uint16 and map[uint64]uint16 and merge two maps and returns a new map[uint64]uint16.
MergeUint64Uint16Ptr takes two inputs: map[uint64]uint16 and map[uint64]uint16 and merge two maps and returns a new map[uint64]uint16.
MergeUint64Uint32 takes two inputs: map[uint64]uint32 and map[uint64]uint32 and merge two maps and returns a new map[uint64]uint32.
MergeUint64Uint32Ptr takes two inputs: map[uint64]uint32 and map[uint64]uint32 and merge two maps and returns a new map[uint64]uint32.
MergeUint64Uint8 takes two inputs: map[uint64]uint8 and map[uint64]uint8 and merge two maps and returns a new map[uint64]uint8.
MergeUint64Uint8Ptr takes two inputs: map[uint64]uint8 and map[uint64]uint8 and merge two maps and returns a new map[uint64]uint8.
MergeUint64UintPtr takes two inputs: map[uint64]uint and map[uint64]uint and merge two maps and returns a new map[uint64]uint.
MergeUint8 takes two inputs: map[uint8]uint8 and map[uint8]uint8 and merge two maps and returns a new map[uint8]uint8.
MergeUint8Bool takes two inputs: map[uint8]bool and map[uint8]bool and merge two maps and returns a new map[uint8]bool.
MergeUint8BoolPtr takes two inputs: map[uint8]bool and map[uint8]bool and merge two maps and returns a new map[uint8]bool.
MergeUint8Float32 takes two inputs: map[uint8]float32 and map[uint8]float32 and merge two maps and returns a new map[uint8]float32.
MergeUint8Float32Ptr takes two inputs: map[uint8]float32 and map[uint8]float32 and merge two maps and returns a new map[uint8]float32.
MergeUint8Float64 takes two inputs: map[uint8]float64 and map[uint8]float64 and merge two maps and returns a new map[uint8]float64.
MergeUint8Float64Ptr takes two inputs: map[uint8]float64 and map[uint8]float64 and merge two maps and returns a new map[uint8]float64.
MergeUint8Int takes two inputs: map[uint8]int and map[uint8]int and merge two maps and returns a new map[uint8]int.
MergeUint8Int16 takes two inputs: map[uint8]int16 and map[uint8]int16 and merge two maps and returns a new map[uint8]int16.
MergeUint8Int16Ptr takes two inputs: map[uint8]int16 and map[uint8]int16 and merge two maps and returns a new map[uint8]int16.
MergeUint8Int32 takes two inputs: map[uint8]int32 and map[uint8]int32 and merge two maps and returns a new map[uint8]int32.
MergeUint8Int32Ptr takes two inputs: map[uint8]int32 and map[uint8]int32 and merge two maps and returns a new map[uint8]int32.
MergeUint8Int64 takes two inputs: map[uint8]int64 and map[uint8]int64 and merge two maps and returns a new map[uint8]int64.
MergeUint8Int64Ptr takes two inputs: map[uint8]int64 and map[uint8]int64 and merge two maps and returns a new map[uint8]int64.
MergeUint8Int8 takes two inputs: map[uint8]int8 and map[uint8]int8 and merge two maps and returns a new map[uint8]int8.
MergeUint8Int8Ptr takes two inputs: map[uint8]int8 and map[uint8]int8 and merge two maps and returns a new map[uint8]int8.
MergeUint8IntPtr takes two inputs: map[uint8]int and map[uint8]int and merge two maps and returns a new map[uint8]int.
MergeUint8Ptr takes two inputs: map[uint8]uint8 and map[uint8]uint8 and merge two maps and returns a new map[uint8]uint8.
MergeUint8Str takes two inputs: map[uint8]string and map[uint8]string and merge two maps and returns a new map[uint8]string.
MergeUint8StrPtr takes two inputs: map[uint8]string and map[uint8]string and merge two maps and returns a new map[uint8]string.
MergeUint8Uint takes two inputs: map[uint8]uint and map[uint8]uint and merge two maps and returns a new map[uint8]uint.
MergeUint8Uint16 takes two inputs: map[uint8]uint16 and map[uint8]uint16 and merge two maps and returns a new map[uint8]uint16.
MergeUint8Uint16Ptr takes two inputs: map[uint8]uint16 and map[uint8]uint16 and merge two maps and returns a new map[uint8]uint16.
MergeUint8Uint32 takes two inputs: map[uint8]uint32 and map[uint8]uint32 and merge two maps and returns a new map[uint8]uint32.
MergeUint8Uint32Ptr takes two inputs: map[uint8]uint32 and map[uint8]uint32 and merge two maps and returns a new map[uint8]uint32.
MergeUint8Uint64 takes two inputs: map[uint8]uint64 and map[uint8]uint64 and merge two maps and returns a new map[uint8]uint64.
MergeUint8Uint64Ptr takes two inputs: map[uint8]uint64 and map[uint8]uint64 and merge two maps and returns a new map[uint8]uint64.
MergeUint8UintPtr takes two inputs: map[uint8]uint and map[uint8]uint and merge two maps and returns a new map[uint8]uint.
MergeUintBool takes two inputs: map[uint]bool and map[uint]bool and merge two maps and returns a new map[uint]bool.
MergeUintBoolPtr takes two inputs: map[uint]bool and map[uint]bool and merge two maps and returns a new map[uint]bool.
MergeUintFloat32 takes two inputs: map[uint]float32 and map[uint]float32 and merge two maps and returns a new map[uint]float32.
MergeUintFloat32Ptr takes two inputs: map[uint]float32 and map[uint]float32 and merge two maps and returns a new map[uint]float32.
MergeUintFloat64 takes two inputs: map[uint]float64 and map[uint]float64 and merge two maps and returns a new map[uint]float64.
MergeUintFloat64Ptr takes two inputs: map[uint]float64 and map[uint]float64 and merge two maps and returns a new map[uint]float64.
MergeUintInt takes two inputs: map[uint]int and map[uint]int and merge two maps and returns a new map[uint]int.
MergeUintInt16 takes two inputs: map[uint]int16 and map[uint]int16 and merge two maps and returns a new map[uint]int16.
MergeUintInt16Ptr takes two inputs: map[uint]int16 and map[uint]int16 and merge two maps and returns a new map[uint]int16.
MergeUintInt32 takes two inputs: map[uint]int32 and map[uint]int32 and merge two maps and returns a new map[uint]int32.
MergeUintInt32Ptr takes two inputs: map[uint]int32 and map[uint]int32 and merge two maps and returns a new map[uint]int32.
MergeUintInt64 takes two inputs: map[uint]int64 and map[uint]int64 and merge two maps and returns a new map[uint]int64.
MergeUintInt64Ptr takes two inputs: map[uint]int64 and map[uint]int64 and merge two maps and returns a new map[uint]int64.
MergeUintInt8 takes two inputs: map[uint]int8 and map[uint]int8 and merge two maps and returns a new map[uint]int8.
MergeUintInt8Ptr takes two inputs: map[uint]int8 and map[uint]int8 and merge two maps and returns a new map[uint]int8.
MergeUintIntPtr takes two inputs: map[uint]int and map[uint]int and merge two maps and returns a new map[uint]int.
MergeUintPtr takes two inputs: map[uint]uint and map[uint]uint and merge two maps and returns a new map[uint]uint.
MergeUintStr takes two inputs: map[uint]string and map[uint]string and merge two maps and returns a new map[uint]string.
MergeUintStrPtr takes two inputs: map[uint]string and map[uint]string and merge two maps and returns a new map[uint]string.
MergeUintUint16 takes two inputs: map[uint]uint16 and map[uint]uint16 and merge two maps and returns a new map[uint]uint16.
MergeUintUint16Ptr takes two inputs: map[uint]uint16 and map[uint]uint16 and merge two maps and returns a new map[uint]uint16.
MergeUintUint32 takes two inputs: map[uint]uint32 and map[uint]uint32 and merge two maps and returns a new map[uint]uint32.
MergeUintUint32Ptr takes two inputs: map[uint]uint32 and map[uint]uint32 and merge two maps and returns a new map[uint]uint32.
MergeUintUint64 takes two inputs: map[uint]uint64 and map[uint]uint64 and merge two maps and returns a new map[uint]uint64.
MergeUintUint64Ptr takes two inputs: map[uint]uint64 and map[uint]uint64 and merge two maps and returns a new map[uint]uint64.
MergeUintUint8 takes two inputs: map[uint]uint8 and map[uint]uint8 and merge two maps and returns a new map[uint]uint8.
MergeUintUint8Ptr takes two inputs: map[uint]uint8 and map[uint]uint8 and merge two maps and returns a new map[uint]uint8.
MinFloat32 returns min item from the list.
MinFloat32Ptr returns min item from the list.
MinFloat64 returns min item from the list.
MinFloat64Ptr returns min item from the list.
MinInt returns min item from the list.
MinInt16 returns min item from the list.
MinInt16Ptr returns min item from the list.
MinInt32 returns min item from the list.
MinInt32Ptr returns min item from the list.
MinInt64 returns min item from the list.
MinInt64Ptr returns min item from the list.
MinInt8 returns min item from the list.
MinInt8Ptr returns min item from the list.
MinIntPtr returns min item from the list.
MinMaxFloat32 returns min and max items from the list.
MinMaxFloat32Ptr returns min and max items from the list.
MinMaxFloat64 returns min and max items from the list.
MinMaxFloat64Ptr returns min and max items from the list.
MinMaxInt returns min and max items from the list.
MinMaxInt16 returns min and max items from the list.
MinMaxInt16Ptr returns min and max items from the list.
MinMaxInt32 returns min and max items from the list.
MinMaxInt32Ptr returns min and max items from the list.
MinMaxInt64 returns min and max items from the list.
MinMaxInt64Ptr returns min and max items from the list.
MinMaxInt8 returns min and max items from the list.
MinMaxInt8Ptr returns min and max items from the list.
MinMaxIntPtr returns min and max items from the list.
MinMaxUint returns min and max items from the list.
MinMaxUint16 returns min and max items from the list.
MinMaxUint16Ptr returns min and max items from the list.
MinMaxUint32 returns min and max items from the list.
MinMaxUint32Ptr returns min and max items from the list.
MinMaxUint64 returns min and max items from the list.
MinMaxUint64Ptr returns min and max items from the list.
MinMaxUint8 returns min and max items from the list.
MinMaxUint8Ptr returns min and max items from the list.
MinMaxUintPtr returns min and max items from the list.
MinUint returns min item from the list.
MinUint16 returns min item from the list.
MinUint16Ptr returns min item from the list.
MinUint32 returns min item from the list.
MinUint32Ptr returns min item from the list.
MinUint64 returns min item from the list.
MinUint64Ptr returns min item from the list.
MinUint8 returns min item from the list.
MinUint8Ptr returns min item from the list.
MinUintPtr returns min item from the list.
NegFloat32P Returns true if num is less than zero, else false.
NegFloat32PPtr Returns true if num is less than zero, else false.
NegFloat64P Returns true if num is less than zero, else false.
NegFloat64PPtr Returns true if num is less than zero, else false.
NegInt16P Returns true if num is less than zero, else false.
NegInt16PPtr Returns true if num is less than zero, else false.
NegInt32P Returns true if num is less than zero, else false.
NegInt32PPtr Returns true if num is less than zero, else false.
NegInt64P Returns true if num is less than zero, else false.
NegInt64PPtr Returns true if num is less than zero, else false.
NegInt8P Returns true if num is less than zero, else false.
NegInt8PPtr Returns true if num is less than zero, else false.
NegIntP Returns true if num is less than zero, else false.
NegIntPPtr Returns true if num is less than zero, else false.
OddInt16P Returns true if n is odd.
OddInt16PPtr Returns true if n is odd.
OddInt32P Returns true if n is odd.
OddInt32PPtr Returns true if n is odd.
OddInt64P Returns true if n is odd.
OddInt64PPtr Returns true if n is odd.
OddInt8P Returns true if n is odd.
OddInt8PPtr Returns true if n is odd.
OddIntP Returns true if n is odd.
OddIntPPtr Returns true if n is odd.
OddUint16P Returns true if n is odd.
OddUint16PPtr Returns true if n is odd.
OddUint32P Returns true if n is odd.
OddUint32PPtr Returns true if n is odd.
OddUint64P Returns true if n is odd.
OddUint64PPtr Returns true if n is odd.
OddUint8P Returns true if n is odd.
OddUint8PPtr Returns true if n is odd.
OddUintP Returns true if n is odd.
OddUintPPtr Returns true if n is odd.
PMapBool applies the function(1st argument) on each item in the list and returns a new list.
PMapBoolErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapBoolFloat32 applies the function(1st argument) on each item in the list and returns a new list.
PMapBoolFloat32Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapBoolFloat32Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapBoolFloat32PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapBoolFloat64 applies the function(1st argument) on each item in the list and returns a new list.
PMapBoolFloat64Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapBoolFloat64Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapBoolFloat64PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapBoolInt applies the function(1st argument) on each item in the list and returns a new list.
PMapBoolInt16 applies the function(1st argument) on each item in the list and returns a new list.
PMapBoolInt16Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapBoolInt16Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapBoolInt16PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapBoolInt32 applies the function(1st argument) on each item in the list and returns a new list.
PMapBoolInt32Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapBoolInt32Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapBoolInt32PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapBoolInt64 applies the function(1st argument) on each item in the list and returns a new list.
PMapBoolInt64Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapBoolInt64Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapBoolInt64PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapBoolInt8 applies the function(1st argument) on each item in the list and returns a new list.
PMapBoolInt8Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapBoolInt8Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapBoolInt8PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapBoolIntErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapBoolIntPtr applies the function(1st argument) on each item in the list and returns a new list.
PMapBoolIntPtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapBoolPtr applies the function(1st argument) on each item in the list and returns a new list.
PMapBoolPtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapBoolStr applies the function(1st argument) on each item in the list and returns a new list.
PMapBoolStrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapBoolStrPtr applies the function(1st argument) on each item in the list and returns a new list.
PMapBoolStrPtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapBoolUint applies the function(1st argument) on each item in the list and returns a new list.
PMapBoolUint16 applies the function(1st argument) on each item in the list and returns a new list.
PMapBoolUint16Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapBoolUint16Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapBoolUint16PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapBoolUint32 applies the function(1st argument) on each item in the list and returns a new list.
PMapBoolUint32Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapBoolUint32Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapBoolUint32PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapBoolUint64 applies the function(1st argument) on each item in the list and returns a new list.
PMapBoolUint64Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapBoolUint64Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapBoolUint64PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapBoolUint8 applies the function(1st argument) on each item in the list and returns a new list.
PMapBoolUint8Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapBoolUint8Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapBoolUint8PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapBoolUintErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapBoolUintPtr applies the function(1st argument) on each item in the list and returns a new list.
PMapBoolUintPtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapFloat32 applies the function(1st argument) on each item in the list and returns a new list.
PMapFloat32Bool applies the function(1st argument) on each item in the list and returns a new list.
PMapFloat32BoolErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapFloat32BoolPtr applies the function(1st argument) on each item in the list and returns a new list.
PMapFloat32BoolPtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapFloat32Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapFloat32Float64 applies the function(1st argument) on each item in the list and returns a new list.
PMapFloat32Float64Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapFloat32Float64Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapFloat32Float64PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapFloat32Int applies the function(1st argument) on each item in the list and returns a new list.
PMapFloat32Int16 applies the function(1st argument) on each item in the list and returns a new list.
PMapFloat32Int16Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapFloat32Int16Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapFloat32Int16PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapFloat32Int32 applies the function(1st argument) on each item in the list and returns a new list.
PMapFloat32Int32Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapFloat32Int32Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapFloat32Int32PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapFloat32Int64 applies the function(1st argument) on each item in the list and returns a new list.
PMapFloat32Int64Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapFloat32Int64Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapFloat32Int64PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapFloat32Int8 applies the function(1st argument) on each item in the list and returns a new list.
PMapFloat32Int8Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapFloat32Int8Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapFloat32Int8PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapFloat32IntErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapFloat32IntPtr applies the function(1st argument) on each item in the list and returns a new list.
PMapFloat32IntPtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapFloat32Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapFloat32PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapFloat32Str applies the function(1st argument) on each item in the list and returns a new list.
PMapFloat32StrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapFloat32StrPtr applies the function(1st argument) on each item in the list and returns a new list.
PMapFloat32StrPtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapFloat32Uint applies the function(1st argument) on each item in the list and returns a new list.
PMapFloat32Uint16 applies the function(1st argument) on each item in the list and returns a new list.
PMapFloat32Uint16Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapFloat32Uint16Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapFloat32Uint16PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapFloat32Uint32 applies the function(1st argument) on each item in the list and returns a new list.
PMapFloat32Uint32Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapFloat32Uint32Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapFloat32Uint32PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapFloat32Uint64 applies the function(1st argument) on each item in the list and returns a new list.
PMapFloat32Uint64Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapFloat32Uint64Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapFloat32Uint64PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapFloat32Uint8 applies the function(1st argument) on each item in the list and returns a new list.
PMapFloat32Uint8Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapFloat32Uint8Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapFloat32Uint8PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapFloat32UintErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapFloat32UintPtr applies the function(1st argument) on each item in the list and returns a new list.
PMapFloat32UintPtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapFloat64 applies the function(1st argument) on each item in the list and returns a new list.
PMapFloat64Bool applies the function(1st argument) on each item in the list and returns a new list.
PMapFloat64BoolErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapFloat64BoolPtr applies the function(1st argument) on each item in the list and returns a new list.
PMapFloat64BoolPtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapFloat64Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapFloat64Float32 applies the function(1st argument) on each item in the list and returns a new list.
PMapFloat64Float32Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapFloat64Float32Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapFloat64Float32PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapFloat64Int applies the function(1st argument) on each item in the list and returns a new list.
PMapFloat64Int16 applies the function(1st argument) on each item in the list and returns a new list.
PMapFloat64Int16Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapFloat64Int16Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapFloat64Int16PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapFloat64Int32 applies the function(1st argument) on each item in the list and returns a new list.
PMapFloat64Int32Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapFloat64Int32Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapFloat64Int32PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapFloat64Int64 applies the function(1st argument) on each item in the list and returns a new list.
PMapFloat64Int64Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapFloat64Int64Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapFloat64Int64PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapFloat64Int8 applies the function(1st argument) on each item in the list and returns a new list.
PMapFloat64Int8Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapFloat64Int8Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapFloat64Int8PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapFloat64IntErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapFloat64IntPtr applies the function(1st argument) on each item in the list and returns a new list.
PMapFloat64IntPtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapFloat64Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapFloat64PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapFloat64Str applies the function(1st argument) on each item in the list and returns a new list.
PMapFloat64StrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapFloat64StrPtr applies the function(1st argument) on each item in the list and returns a new list.
PMapFloat64StrPtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapFloat64Uint applies the function(1st argument) on each item in the list and returns a new list.
PMapFloat64Uint16 applies the function(1st argument) on each item in the list and returns a new list.
PMapFloat64Uint16Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapFloat64Uint16Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapFloat64Uint16PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapFloat64Uint32 applies the function(1st argument) on each item in the list and returns a new list.
PMapFloat64Uint32Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapFloat64Uint32Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapFloat64Uint32PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapFloat64Uint64 applies the function(1st argument) on each item in the list and returns a new list.
PMapFloat64Uint64Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapFloat64Uint64Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapFloat64Uint64PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapFloat64Uint8 applies the function(1st argument) on each item in the list and returns a new list.
PMapFloat64Uint8Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapFloat64Uint8Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapFloat64Uint8PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapFloat64UintErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapFloat64UintPtr applies the function(1st argument) on each item in the list and returns a new list.
PMapFloat64UintPtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt applies the function(1st argument) on each item in the list and returns a new list.
PMapInt16 applies the function(1st argument) on each item in the list and returns a new list.
PMapInt16Bool applies the function(1st argument) on each item in the list and returns a new list.
PMapInt16BoolErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt16BoolPtr applies the function(1st argument) on each item in the list and returns a new list.
PMapInt16BoolPtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt16Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt16Float32 applies the function(1st argument) on each item in the list and returns a new list.
PMapInt16Float32Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt16Float32Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapInt16Float32PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt16Float64 applies the function(1st argument) on each item in the list and returns a new list.
PMapInt16Float64Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt16Float64Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapInt16Float64PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt16Int applies the function(1st argument) on each item in the list and returns a new list.
PMapInt16Int32 applies the function(1st argument) on each item in the list and returns a new list.
PMapInt16Int32Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt16Int32Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapInt16Int32PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt16Int64 applies the function(1st argument) on each item in the list and returns a new list.
PMapInt16Int64Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt16Int64Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapInt16Int64PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt16Int8 applies the function(1st argument) on each item in the list and returns a new list.
PMapInt16Int8Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt16Int8Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapInt16Int8PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt16IntErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt16IntPtr applies the function(1st argument) on each item in the list and returns a new list.
PMapInt16IntPtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt16Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapInt16PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt16Str applies the function(1st argument) on each item in the list and returns a new list.
PMapInt16StrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt16StrPtr applies the function(1st argument) on each item in the list and returns a new list.
PMapInt16StrPtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt16Uint applies the function(1st argument) on each item in the list and returns a new list.
PMapInt16Uint16 applies the function(1st argument) on each item in the list and returns a new list.
PMapInt16Uint16Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt16Uint16Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapInt16Uint16PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt16Uint32 applies the function(1st argument) on each item in the list and returns a new list.
PMapInt16Uint32Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt16Uint32Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapInt16Uint32PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt16Uint64 applies the function(1st argument) on each item in the list and returns a new list.
PMapInt16Uint64Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt16Uint64Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapInt16Uint64PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt16Uint8 applies the function(1st argument) on each item in the list and returns a new list.
PMapInt16Uint8Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt16Uint8Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapInt16Uint8PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt16UintErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt16UintPtr applies the function(1st argument) on each item in the list and returns a new list.
PMapInt16UintPtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt32 applies the function(1st argument) on each item in the list and returns a new list.
PMapInt32Bool applies the function(1st argument) on each item in the list and returns a new list.
PMapInt32BoolErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt32BoolPtr applies the function(1st argument) on each item in the list and returns a new list.
PMapInt32BoolPtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt32Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt32Float32 applies the function(1st argument) on each item in the list and returns a new list.
PMapInt32Float32Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt32Float32Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapInt32Float32PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt32Float64 applies the function(1st argument) on each item in the list and returns a new list.
PMapInt32Float64Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt32Float64Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapInt32Float64PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt32Int applies the function(1st argument) on each item in the list and returns a new list.
PMapInt32Int16 applies the function(1st argument) on each item in the list and returns a new list.
PMapInt32Int16Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt32Int16Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapInt32Int16PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt32Int64 applies the function(1st argument) on each item in the list and returns a new list.
PMapInt32Int64Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt32Int64Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapInt32Int64PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt32Int8 applies the function(1st argument) on each item in the list and returns a new list.
PMapInt32Int8Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt32Int8Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapInt32Int8PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt32IntErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt32IntPtr applies the function(1st argument) on each item in the list and returns a new list.
PMapInt32IntPtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt32Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapInt32PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt32Str applies the function(1st argument) on each item in the list and returns a new list.
PMapInt32StrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt32StrPtr applies the function(1st argument) on each item in the list and returns a new list.
PMapInt32StrPtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt32Uint applies the function(1st argument) on each item in the list and returns a new list.
PMapInt32Uint16 applies the function(1st argument) on each item in the list and returns a new list.
PMapInt32Uint16Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt32Uint16Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapInt32Uint16PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt32Uint32 applies the function(1st argument) on each item in the list and returns a new list.
PMapInt32Uint32Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt32Uint32Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapInt32Uint32PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt32Uint64 applies the function(1st argument) on each item in the list and returns a new list.
PMapInt32Uint64Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt32Uint64Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapInt32Uint64PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt32Uint8 applies the function(1st argument) on each item in the list and returns a new list.
PMapInt32Uint8Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt32Uint8Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapInt32Uint8PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt32UintErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt32UintPtr applies the function(1st argument) on each item in the list and returns a new list.
PMapInt32UintPtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt64 applies the function(1st argument) on each item in the list and returns a new list.
PMapInt64Bool applies the function(1st argument) on each item in the list and returns a new list.
PMapInt64BoolErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt64BoolPtr applies the function(1st argument) on each item in the list and returns a new list.
PMapInt64BoolPtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt64Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt64Float32 applies the function(1st argument) on each item in the list and returns a new list.
PMapInt64Float32Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt64Float32Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapInt64Float32PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt64Float64 applies the function(1st argument) on each item in the list and returns a new list.
PMapInt64Float64Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt64Float64Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapInt64Float64PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt64Int applies the function(1st argument) on each item in the list and returns a new list.
PMapInt64Int16 applies the function(1st argument) on each item in the list and returns a new list.
PMapInt64Int16Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt64Int16Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapInt64Int16PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt64Int32 applies the function(1st argument) on each item in the list and returns a new list.
PMapInt64Int32Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt64Int32Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapInt64Int32PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt64Int8 applies the function(1st argument) on each item in the list and returns a new list.
PMapInt64Int8Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt64Int8Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapInt64Int8PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt64IntErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt64IntPtr applies the function(1st argument) on each item in the list and returns a new list.
PMapInt64IntPtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt64Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapInt64PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt64Str applies the function(1st argument) on each item in the list and returns a new list.
PMapInt64StrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt64StrPtr applies the function(1st argument) on each item in the list and returns a new list.
PMapInt64StrPtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt64Uint applies the function(1st argument) on each item in the list and returns a new list.
PMapInt64Uint16 applies the function(1st argument) on each item in the list and returns a new list.
PMapInt64Uint16Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt64Uint16Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapInt64Uint16PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt64Uint32 applies the function(1st argument) on each item in the list and returns a new list.
PMapInt64Uint32Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt64Uint32Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapInt64Uint32PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt64Uint64 applies the function(1st argument) on each item in the list and returns a new list.
PMapInt64Uint64Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt64Uint64Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapInt64Uint64PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt64Uint8 applies the function(1st argument) on each item in the list and returns a new list.
PMapInt64Uint8Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt64Uint8Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapInt64Uint8PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt64UintErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt64UintPtr applies the function(1st argument) on each item in the list and returns a new list.
PMapInt64UintPtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt8 applies the function(1st argument) on each item in the list and returns a new list.
PMapInt8Bool applies the function(1st argument) on each item in the list and returns a new list.
PMapInt8BoolErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt8BoolPtr applies the function(1st argument) on each item in the list and returns a new list.
PMapInt8BoolPtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt8Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt8Float32 applies the function(1st argument) on each item in the list and returns a new list.
PMapInt8Float32Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt8Float32Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapInt8Float32PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt8Float64 applies the function(1st argument) on each item in the list and returns a new list.
PMapInt8Float64Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt8Float64Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapInt8Float64PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt8Int applies the function(1st argument) on each item in the list and returns a new list.
PMapInt8Int16 applies the function(1st argument) on each item in the list and returns a new list.
PMapInt8Int16Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt8Int16Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapInt8Int16PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt8Int32 applies the function(1st argument) on each item in the list and returns a new list.
PMapInt8Int32Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt8Int32Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapInt8Int32PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt8Int64 applies the function(1st argument) on each item in the list and returns a new list.
PMapInt8Int64Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt8Int64Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapInt8Int64PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt8IntErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt8IntPtr applies the function(1st argument) on each item in the list and returns a new list.
PMapInt8IntPtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt8Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapInt8PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt8Str applies the function(1st argument) on each item in the list and returns a new list.
PMapInt8StrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt8StrPtr applies the function(1st argument) on each item in the list and returns a new list.
PMapInt8StrPtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt8Uint applies the function(1st argument) on each item in the list and returns a new list.
PMapInt8Uint16 applies the function(1st argument) on each item in the list and returns a new list.
PMapInt8Uint16Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt8Uint16Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapInt8Uint16PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt8Uint32 applies the function(1st argument) on each item in the list and returns a new list.
PMapInt8Uint32Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt8Uint32Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapInt8Uint32PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt8Uint64 applies the function(1st argument) on each item in the list and returns a new list.
PMapInt8Uint64Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt8Uint64Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapInt8Uint64PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt8Uint8 applies the function(1st argument) on each item in the list and returns a new list.
PMapInt8Uint8Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt8Uint8Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapInt8Uint8PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt8UintErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapInt8UintPtr applies the function(1st argument) on each item in the list and returns a new list.
PMapInt8UintPtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapIntBool applies the function(1st argument) on each item in the list and returns a new list.
PMapIntBoolErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapIntBoolPtr applies the function(1st argument) on each item in the list and returns a new list.
PMapIntBoolPtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapIntErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapIntFloat32 applies the function(1st argument) on each item in the list and returns a new list.
PMapIntFloat32Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapIntFloat32Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapIntFloat32PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapIntFloat64 applies the function(1st argument) on each item in the list and returns a new list.
PMapIntFloat64Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapIntFloat64Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapIntFloat64PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapIntInt16 applies the function(1st argument) on each item in the list and returns a new list.
PMapIntInt16Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapIntInt16Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapIntInt16PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapIntInt32 applies the function(1st argument) on each item in the list and returns a new list.
PMapIntInt32Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapIntInt32Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapIntInt32PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapIntInt64 applies the function(1st argument) on each item in the list and returns a new list.
PMapIntInt64Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapIntInt64Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapIntInt64PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapIntInt8 applies the function(1st argument) on each item in the list and returns a new list.
PMapIntInt8Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapIntInt8Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapIntInt8PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapIntPtr applies the function(1st argument) on each item in the list and returns a new list.
PMapIntPtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapIntStr applies the function(1st argument) on each item in the list and returns a new list.
PMapIntStrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapIntStrPtr applies the function(1st argument) on each item in the list and returns a new list.
PMapIntStrPtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapIntUint applies the function(1st argument) on each item in the list and returns a new list.
PMapIntUint16 applies the function(1st argument) on each item in the list and returns a new list.
PMapIntUint16Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapIntUint16Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapIntUint16PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapIntUint32 applies the function(1st argument) on each item in the list and returns a new list.
PMapIntUint32Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapIntUint32Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapIntUint32PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapIntUint64 applies the function(1st argument) on each item in the list and returns a new list.
PMapIntUint64Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapIntUint64Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapIntUint64PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapIntUint8 applies the function(1st argument) on each item in the list and returns a new list.
PMapIntUint8Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapIntUint8Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapIntUint8PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapIntUintErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapIntUintPtr applies the function(1st argument) on each item in the list and returns a new list.
PMapIntUintPtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapStr applies the function(1st argument) on each item in the list and returns a new list.
PMapStrBool applies the function(1st argument) on each item in the list and returns a new list.
PMapStrBoolErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapStrBoolPtr applies the function(1st argument) on each item in the list and returns a new list.
PMapStrBoolPtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapStrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapStrFloat32 applies the function(1st argument) on each item in the list and returns a new list.
PMapStrFloat32Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapStrFloat32Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapStrFloat32PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapStrFloat64 applies the function(1st argument) on each item in the list and returns a new list.
PMapStrFloat64Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapStrFloat64Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapStrFloat64PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapStrInt applies the function(1st argument) on each item in the list and returns a new list.
PMapStrInt16 applies the function(1st argument) on each item in the list and returns a new list.
PMapStrInt16Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapStrInt16Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapStrInt16PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapStrInt32 applies the function(1st argument) on each item in the list and returns a new list.
PMapStrInt32Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapStrInt32Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapStrInt32PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapStrInt64 applies the function(1st argument) on each item in the list and returns a new list.
PMapStrInt64Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapStrInt64Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapStrInt64PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapStrInt8 applies the function(1st argument) on each item in the list and returns a new list.
PMapStrInt8Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapStrInt8Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapStrInt8PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapStrIntErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapStrIntPtr applies the function(1st argument) on each item in the list and returns a new list.
PMapStrIntPtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapStrPtr applies the function(1st argument) on each item in the list and returns a new list.
PMapStrPtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapStrUint applies the function(1st argument) on each item in the list and returns a new list.
PMapStrUint16 applies the function(1st argument) on each item in the list and returns a new list.
PMapStrUint16Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapStrUint16Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapStrUint16PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapStrUint32 applies the function(1st argument) on each item in the list and returns a new list.
PMapStrUint32Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapStrUint32Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapStrUint32PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapStrUint64 applies the function(1st argument) on each item in the list and returns a new list.
PMapStrUint64Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapStrUint64Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapStrUint64PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapStrUint8 applies the function(1st argument) on each item in the list and returns a new list.
PMapStrUint8Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapStrUint8Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapStrUint8PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapStrUintErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapStrUintPtr applies the function(1st argument) on each item in the list and returns a new list.
PMapStrUintPtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint applies the function(1st argument) on each item in the list and returns a new list.
PMapUint16 applies the function(1st argument) on each item in the list and returns a new list.
PMapUint16Bool applies the function(1st argument) on each item in the list and returns a new list.
PMapUint16BoolErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint16BoolPtr applies the function(1st argument) on each item in the list and returns a new list.
PMapUint16BoolPtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint16Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint16Float32 applies the function(1st argument) on each item in the list and returns a new list.
PMapUint16Float32Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint16Float32Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapUint16Float32PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint16Float64 applies the function(1st argument) on each item in the list and returns a new list.
PMapUint16Float64Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint16Float64Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapUint16Float64PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint16Int applies the function(1st argument) on each item in the list and returns a new list.
PMapUint16Int16 applies the function(1st argument) on each item in the list and returns a new list.
PMapUint16Int16Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint16Int16Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapUint16Int16PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint16Int32 applies the function(1st argument) on each item in the list and returns a new list.
PMapUint16Int32Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint16Int32Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapUint16Int32PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint16Int64 applies the function(1st argument) on each item in the list and returns a new list.
PMapUint16Int64Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint16Int64Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapUint16Int64PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint16Int8 applies the function(1st argument) on each item in the list and returns a new list.
PMapUint16Int8Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint16Int8Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapUint16Int8PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint16IntErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint16IntPtr applies the function(1st argument) on each item in the list and returns a new list.
PMapUint16IntPtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint16Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapUint16PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint16Str applies the function(1st argument) on each item in the list and returns a new list.
PMapUint16StrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint16StrPtr applies the function(1st argument) on each item in the list and returns a new list.
PMapUint16StrPtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint16Uint applies the function(1st argument) on each item in the list and returns a new list.
PMapUint16Uint32 applies the function(1st argument) on each item in the list and returns a new list.
PMapUint16Uint32Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint16Uint32Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapUint16Uint32PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint16Uint64 applies the function(1st argument) on each item in the list and returns a new list.
PMapUint16Uint64Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint16Uint64Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapUint16Uint64PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint16Uint8 applies the function(1st argument) on each item in the list and returns a new list.
PMapUint16Uint8Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint16Uint8Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapUint16Uint8PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint16UintErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint16UintPtr applies the function(1st argument) on each item in the list and returns a new list.
PMapUint16UintPtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint32 applies the function(1st argument) on each item in the list and returns a new list.
PMapUint32Bool applies the function(1st argument) on each item in the list and returns a new list.
PMapUint32BoolErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint32BoolPtr applies the function(1st argument) on each item in the list and returns a new list.
PMapUint32BoolPtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint32Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint32Float32 applies the function(1st argument) on each item in the list and returns a new list.
PMapUint32Float32Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint32Float32Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapUint32Float32PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint32Float64 applies the function(1st argument) on each item in the list and returns a new list.
PMapUint32Float64Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint32Float64Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapUint32Float64PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint32Int applies the function(1st argument) on each item in the list and returns a new list.
PMapUint32Int16 applies the function(1st argument) on each item in the list and returns a new list.
PMapUint32Int16Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint32Int16Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapUint32Int16PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint32Int32 applies the function(1st argument) on each item in the list and returns a new list.
PMapUint32Int32Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint32Int32Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapUint32Int32PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint32Int64 applies the function(1st argument) on each item in the list and returns a new list.
PMapUint32Int64Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint32Int64Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapUint32Int64PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint32Int8 applies the function(1st argument) on each item in the list and returns a new list.
PMapUint32Int8Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint32Int8Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapUint32Int8PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint32IntErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint32IntPtr applies the function(1st argument) on each item in the list and returns a new list.
PMapUint32IntPtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint32Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapUint32PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint32Str applies the function(1st argument) on each item in the list and returns a new list.
PMapUint32StrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint32StrPtr applies the function(1st argument) on each item in the list and returns a new list.
PMapUint32StrPtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint32Uint applies the function(1st argument) on each item in the list and returns a new list.
PMapUint32Uint16 applies the function(1st argument) on each item in the list and returns a new list.
PMapUint32Uint16Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint32Uint16Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapUint32Uint16PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint32Uint64 applies the function(1st argument) on each item in the list and returns a new list.
PMapUint32Uint64Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint32Uint64Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapUint32Uint64PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint32Uint8 applies the function(1st argument) on each item in the list and returns a new list.
PMapUint32Uint8Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint32Uint8Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapUint32Uint8PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint32UintErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint32UintPtr applies the function(1st argument) on each item in the list and returns a new list.
PMapUint32UintPtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint64 applies the function(1st argument) on each item in the list and returns a new list.
PMapUint64Bool applies the function(1st argument) on each item in the list and returns a new list.
PMapUint64BoolErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint64BoolPtr applies the function(1st argument) on each item in the list and returns a new list.
PMapUint64BoolPtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint64Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint64Float32 applies the function(1st argument) on each item in the list and returns a new list.
PMapUint64Float32Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint64Float32Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapUint64Float32PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint64Float64 applies the function(1st argument) on each item in the list and returns a new list.
PMapUint64Float64Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint64Float64Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapUint64Float64PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint64Int applies the function(1st argument) on each item in the list and returns a new list.
PMapUint64Int16 applies the function(1st argument) on each item in the list and returns a new list.
PMapUint64Int16Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint64Int16Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapUint64Int16PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint64Int32 applies the function(1st argument) on each item in the list and returns a new list.
PMapUint64Int32Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint64Int32Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapUint64Int32PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint64Int64 applies the function(1st argument) on each item in the list and returns a new list.
PMapUint64Int64Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint64Int64Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapUint64Int64PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint64Int8 applies the function(1st argument) on each item in the list and returns a new list.
PMapUint64Int8Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint64Int8Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapUint64Int8PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint64IntErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint64IntPtr applies the function(1st argument) on each item in the list and returns a new list.
PMapUint64IntPtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint64Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapUint64PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint64Str applies the function(1st argument) on each item in the list and returns a new list.
PMapUint64StrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint64StrPtr applies the function(1st argument) on each item in the list and returns a new list.
PMapUint64StrPtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint64Uint applies the function(1st argument) on each item in the list and returns a new list.
PMapUint64Uint16 applies the function(1st argument) on each item in the list and returns a new list.
PMapUint64Uint16Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint64Uint16Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapUint64Uint16PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint64Uint32 applies the function(1st argument) on each item in the list and returns a new list.
PMapUint64Uint32Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint64Uint32Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapUint64Uint32PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint64Uint8 applies the function(1st argument) on each item in the list and returns a new list.
PMapUint64Uint8Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint64Uint8Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapUint64Uint8PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint64UintErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint64UintPtr applies the function(1st argument) on each item in the list and returns a new list.
PMapUint64UintPtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint8 applies the function(1st argument) on each item in the list and returns a new list.
PMapUint8Bool applies the function(1st argument) on each item in the list and returns a new list.
PMapUint8BoolErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint8BoolPtr applies the function(1st argument) on each item in the list and returns a new list.
PMapUint8BoolPtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint8Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint8Float32 applies the function(1st argument) on each item in the list and returns a new list.
PMapUint8Float32Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint8Float32Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapUint8Float32PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint8Float64 applies the function(1st argument) on each item in the list and returns a new list.
PMapUint8Float64Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint8Float64Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapUint8Float64PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint8Int applies the function(1st argument) on each item in the list and returns a new list.
PMapUint8Int16 applies the function(1st argument) on each item in the list and returns a new list.
PMapUint8Int16Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint8Int16Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapUint8Int16PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint8Int32 applies the function(1st argument) on each item in the list and returns a new list.
PMapUint8Int32Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint8Int32Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapUint8Int32PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint8Int64 applies the function(1st argument) on each item in the list and returns a new list.
PMapUint8Int64Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint8Int64Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapUint8Int64PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint8Int8 applies the function(1st argument) on each item in the list and returns a new list.
PMapUint8Int8Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint8Int8Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapUint8Int8PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint8IntErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint8IntPtr applies the function(1st argument) on each item in the list and returns a new list.
PMapUint8IntPtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint8Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapUint8PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint8Str applies the function(1st argument) on each item in the list and returns a new list.
PMapUint8StrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint8StrPtr applies the function(1st argument) on each item in the list and returns a new list.
PMapUint8StrPtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint8Uint applies the function(1st argument) on each item in the list and returns a new list.
PMapUint8Uint16 applies the function(1st argument) on each item in the list and returns a new list.
PMapUint8Uint16Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint8Uint16Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapUint8Uint16PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint8Uint32 applies the function(1st argument) on each item in the list and returns a new list.
PMapUint8Uint32Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint8Uint32Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapUint8Uint32PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint8Uint64 applies the function(1st argument) on each item in the list and returns a new list.
PMapUint8Uint64Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint8Uint64Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapUint8Uint64PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint8UintErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUint8UintPtr applies the function(1st argument) on each item in the list and returns a new list.
PMapUint8UintPtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUintBool applies the function(1st argument) on each item in the list and returns a new list.
PMapUintBoolErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUintBoolPtr applies the function(1st argument) on each item in the list and returns a new list.
PMapUintBoolPtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUintErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUintFloat32 applies the function(1st argument) on each item in the list and returns a new list.
PMapUintFloat32Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUintFloat32Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapUintFloat32PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUintFloat64 applies the function(1st argument) on each item in the list and returns a new list.
PMapUintFloat64Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUintFloat64Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapUintFloat64PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUintInt applies the function(1st argument) on each item in the list and returns a new list.
PMapUintInt16 applies the function(1st argument) on each item in the list and returns a new list.
PMapUintInt16Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUintInt16Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapUintInt16PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUintInt32 applies the function(1st argument) on each item in the list and returns a new list.
PMapUintInt32Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUintInt32Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapUintInt32PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUintInt64 applies the function(1st argument) on each item in the list and returns a new list.
PMapUintInt64Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUintInt64Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapUintInt64PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUintInt8 applies the function(1st argument) on each item in the list and returns a new list.
PMapUintInt8Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUintInt8Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapUintInt8PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUintIntErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUintIntPtr applies the function(1st argument) on each item in the list and returns a new list.
PMapUintIntPtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUintPtr applies the function(1st argument) on each item in the list and returns a new list.
PMapUintPtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUintStr applies the function(1st argument) on each item in the list and returns a new list.
PMapUintStrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUintStrPtr applies the function(1st argument) on each item in the list and returns a new list.
PMapUintStrPtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUintUint16 applies the function(1st argument) on each item in the list and returns a new list.
PMapUintUint16Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUintUint16Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapUintUint16PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUintUint32 applies the function(1st argument) on each item in the list and returns a new list.
PMapUintUint32Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUintUint32Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapUintUint32PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUintUint64 applies the function(1st argument) on each item in the list and returns a new list.
PMapUintUint64Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUintUint64Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapUintUint64PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUintUint8 applies the function(1st argument) on each item in the list and returns a new list.
PMapUintUint8Err applies the function(1st argument) on each item in the list and returns a new list and error.
PMapUintUint8Ptr applies the function(1st argument) on each item in the list and returns a new list.
PMapUintUint8PtrErr applies the function(1st argument) on each item in the list and returns a new list and error.
PosFloat32P Returns true if num is greater than zero, else false.
PosFloat32PPtr Returns true if num is greater than zero, else false.
PosFloat64P Returns true if num is greater than zero, else false.
PosFloat64PPtr Returns true if num is greater than zero, else false.
PosInt16P Returns true if num is greater than zero, else false.
PosInt16PPtr Returns true if num is greater than zero, else false.
PosInt32P Returns true if num is greater than zero, else false.
PosInt32PPtr Returns true if num is greater than zero, else false.
PosInt64P Returns true if num is greater than zero, else false.
PosInt64PPtr Returns true if num is greater than zero, else false.
PosInt8P Returns true if num is greater than zero, else false.
PosInt8PPtr Returns true if num is greater than zero, else false.
PosIntP Returns true if num is greater than zero, else false.
PosIntPPtr Returns true if num is greater than zero, else false.
RangeInt returns a list of range between lower and upper value Takes 3 inputs 1.
RangeInt16 returns a list of range between lower and upper value Takes 3 inputs 1.
RangeInt32 returns a list of range between lower and upper value Takes 3 inputs 1.
RangeInt64 returns a list of range between lower and upper value Takes 3 inputs 1.
RangeInt8 returns a list of range between lower and upper value Takes 3 inputs 1.
RangeUint returns a list of range between lower and upper value Takes 3 inputs 1.
RangeUint16 returns a list of range between lower and upper value Takes 3 inputs 1.
RangeUint32 returns a list of range between lower and upper value Takes 3 inputs 1.
RangeUint64 returns a list of range between lower and upper value Takes 3 inputs 1.
RangeUint8 returns a list of range between lower and upper value Takes 3 inputs 1.
ReduceFloat32 reduces a list to a single value by combining elements via a supplied function Takes three inputs A.
ReduceFloat32Err reduces a list to a single value by combining elements via a supplied function Takes three inputs A.
ReduceFloat32Ptr reduces a list to a single value by combining elements via a supplied function Takes three inputs A.
ReduceFloat32PtrErr reduces a list to a single value by combining elements via a supplied function Takes three inputs A.
ReduceFloat64 reduces a list to a single value by combining elements via a supplied function Takes three inputs A.
ReduceFloat64Err reduces a list to a single value by combining elements via a supplied function Takes three inputs A.
ReduceFloat64Ptr reduces a list to a single value by combining elements via a supplied function Takes three inputs A.
ReduceFloat64PtrErr reduces a list to a single value by combining elements via a supplied function Takes three inputs A.
ReduceInt reduces a list to a single value by combining elements via a supplied function Takes three inputs A.
ReduceInt16 reduces a list to a single value by combining elements via a supplied function Takes three inputs A.
ReduceInt16Err reduces a list to a single value by combining elements via a supplied function Takes three inputs A.
ReduceInt16Ptr reduces a list to a single value by combining elements via a supplied function Takes three inputs A.
ReduceInt16PtrErr reduces a list to a single value by combining elements via a supplied function Takes three inputs A.
ReduceInt32 reduces a list to a single value by combining elements via a supplied function Takes three inputs A.
ReduceInt32Err reduces a list to a single value by combining elements via a supplied function Takes three inputs A.
ReduceInt32Ptr reduces a list to a single value by combining elements via a supplied function Takes three inputs A.
ReduceInt32PtrErr reduces a list to a single value by combining elements via a supplied function Takes three inputs A.
ReduceInt64 reduces a list to a single value by combining elements via a supplied function Takes three inputs A.
ReduceInt64Err reduces a list to a single value by combining elements via a supplied function Takes three inputs A.
ReduceInt64Ptr reduces a list to a single value by combining elements via a supplied function Takes three inputs A.
ReduceInt64PtrErr reduces a list to a single value by combining elements via a supplied function Takes three inputs A.
ReduceInt8 reduces a list to a single value by combining elements via a supplied function Takes three inputs A.
ReduceInt8Err reduces a list to a single value by combining elements via a supplied function Takes three inputs A.
ReduceInt8Ptr reduces a list to a single value by combining elements via a supplied function Takes three inputs A.
ReduceInt8PtrErr reduces a list to a single value by combining elements via a supplied function Takes three inputs A.
ReduceIntErr reduces a list to a single value by combining elements via a supplied function Takes three inputs A.
ReduceIntPtr reduces a list to a single value by combining elements via a supplied function Takes three inputs A.
ReduceIntPtrErr reduces a list to a single value by combining elements via a supplied function Takes three inputs A.
ReduceStr reduces a list to a single value by combining elements via a supplied function Takes three inputs A.
ReduceStrErr reduces a list to a single value by combining elements via a supplied function Takes three inputs A.
ReduceStrPtr reduces a list to a single value by combining elements via a supplied function Takes three inputs A.
ReduceStrPtrErr reduces a list to a single value by combining elements via a supplied function Takes three inputs A.
ReduceUint reduces a list to a single value by combining elements via a supplied function Takes three inputs A.
ReduceUint16 reduces a list to a single value by combining elements via a supplied function Takes three inputs A.
ReduceUint16Err reduces a list to a single value by combining elements via a supplied function Takes three inputs A.
ReduceUint16Ptr reduces a list to a single value by combining elements via a supplied function Takes three inputs A.
ReduceUint16PtrErr reduces a list to a single value by combining elements via a supplied function Takes three inputs A.
ReduceUint32 reduces a list to a single value by combining elements via a supplied function Takes three inputs A.
ReduceUint32Err reduces a list to a single value by combining elements via a supplied function Takes three inputs A.
ReduceUint32Ptr reduces a list to a single value by combining elements via a supplied function Takes three inputs A.
ReduceUint32PtrErr reduces a list to a single value by combining elements via a supplied function Takes three inputs A.
ReduceUint64 reduces a list to a single value by combining elements via a supplied function Takes three inputs A.
ReduceUint64Err reduces a list to a single value by combining elements via a supplied function Takes three inputs A.
ReduceUint64Ptr reduces a list to a single value by combining elements via a supplied function Takes three inputs A.
ReduceUint64PtrErr reduces a list to a single value by combining elements via a supplied function Takes three inputs A.
ReduceUint8 reduces a list to a single value by combining elements via a supplied function Takes three inputs A.
ReduceUint8Err reduces a list to a single value by combining elements via a supplied function Takes three inputs A.
ReduceUint8Ptr reduces a list to a single value by combining elements via a supplied function Takes three inputs A.
ReduceUint8PtrErr reduces a list to a single value by combining elements via a supplied function Takes three inputs A.
ReduceUintErr reduces a list to a single value by combining elements via a supplied function Takes three inputs A.
ReduceUintPtr reduces a list to a single value by combining elements via a supplied function Takes three inputs A.
ReduceUintPtrErr reduces a list to a single value by combining elements via a supplied function Takes three inputs A.
RemoveBool removes the items from the given list based on supplied function and returns new list Takes 2 inputs: 1.
RemoveBoolErr removes the items from the given list based on supplied function and returns new list Takes 2 inputs: 1.
RemoveBoolPtr removes the items from the given list based on supplied function and returns new list Takes 2 inputs: 1.
RemoveBoolPtrErr removes the items from the given list based on supplied function and returns new list Takes 2 inputs: 1.
RemoveFloat32 removes the items from the given list based on supplied function and returns new list Takes 2 inputs: 1.
RemoveFloat32Err removes the items from the given list based on supplied function and returns new list Takes 2 inputs: 1.
RemoveFloat32Ptr removes the items from the given list based on supplied function and returns new list Takes 2 inputs: 1.
RemoveFloat32PtrErr removes the items from the given list based on supplied function and returns new list Takes 2 inputs: 1.
RemoveFloat64 removes the items from the given list based on supplied function and returns new list Takes 2 inputs: 1.
RemoveFloat64Err removes the items from the given list based on supplied function and returns new list Takes 2 inputs: 1.
RemoveFloat64Ptr removes the items from the given list based on supplied function and returns new list Takes 2 inputs: 1.
RemoveFloat64PtrErr removes the items from the given list based on supplied function and returns new list Takes 2 inputs: 1.
RemoveInt removes the items from the given list based on supplied function and returns new list Takes 2 inputs: 1.
RemoveInt16 removes the items from the given list based on supplied function and returns new list Takes 2 inputs: 1.
RemoveInt16Err removes the items from the given list based on supplied function and returns new list Takes 2 inputs: 1.
RemoveInt16Ptr removes the items from the given list based on supplied function and returns new list Takes 2 inputs: 1.
RemoveInt16PtrErr removes the items from the given list based on supplied function and returns new list Takes 2 inputs: 1.
RemoveInt32 removes the items from the given list based on supplied function and returns new list Takes 2 inputs: 1.
RemoveInt32Err removes the items from the given list based on supplied function and returns new list Takes 2 inputs: 1.
RemoveInt32Ptr removes the items from the given list based on supplied function and returns new list Takes 2 inputs: 1.
RemoveInt32PtrErr removes the items from the given list based on supplied function and returns new list Takes 2 inputs: 1.
RemoveInt64 removes the items from the given list based on supplied function and returns new list Takes 2 inputs: 1.
RemoveInt64Err removes the items from the given list based on supplied function and returns new list Takes 2 inputs: 1.
RemoveInt64Ptr removes the items from the given list based on supplied function and returns new list Takes 2 inputs: 1.
RemoveInt64PtrErr removes the items from the given list based on supplied function and returns new list Takes 2 inputs: 1.
RemoveInt8 removs the items from the given list based on supplied function and returns new list Takes 2 inputs: 1.
RemoveInt8Err removes the items from the given list based on supplied function and returns new list Takes 2 inputs: 1.
RemoveInt8Ptr removes the items from the given list based on supplied function and returns new list Takes 2 inputs: 1.
RemoveInt8PtrErr removes the items from the given list based on supplied function and returns new list Takes 2 inputs: 1.
RemoveIntErr removes the items from the given list based on supplied function and returns new list Takes 2 inputs: 1.
RemoveIntPtr removes the items from the given list based on supplied function and returns new list Takes 2 inputs: 1.
RemoveIntPtrErr removes the items from the given list based on supplied function and returns new list Takes 2 inputs: 1.
RemoveStr removes the items from the given list based on supplied function and returns new list Takes 2 inputs: 1.
RemoveStrErr removes the items from the given list based on supplied function and returns new list Takes 2 inputs: 1.
RemoveStrPtr removes the items from the given list based on supplied function and returns new list Takes 2 inputs: 1.
RemoveStrPtrErr removes the items from the given list based on supplied function and returns new list Takes 2 inputs: 1.
RemoveUint removes the items from the given list based on supplied function and returns new list Takes 2 inputs: 1.
RemoveUint16 removes the items from the given list based on supplied function and returns new list Takes 2 inputs: 1.
RemoveUint16Err removes the items from the given list based on supplied function and returns new list Takes 2 inputs: 1.
RemoveUint16Ptr removes the items from the given list based on supplied function and returns new list Takes 2 inputs: 1.
RemoveUint16PtrErr removes the items from the given list based on supplied function and returns new list Takes 2 inputs: 1.
RemoveUint32 removes the items from the given list based on supplied function and returns new list Takes 2 inputs: 1.
RemoveUint32Err removes the items from the given list based on supplied function and returns new list Takes 2 inputs: 1.
RemoveUint32Ptr removes the items from the given list based on supplied function and returns new list Takes 2 inputs: 1.
RemoveUint32PtrErr removes the items from the given list based on supplied function and returns new list Takes 2 inputs: 1.
RemoveUint64 removes the items from the given list based on supplied function and returns new list Takes 2 inputs: 1.
RemoveUint64Err removes the items from the given list based on supplied function and returns new list Takes 2 inputs: 1.
RemoveUint64Ptr removes the items from the given list based on supplied function and returns new list Takes 2 inputs: 1.
RemoveUint64PtrErr removes the items from the given list based on supplied function and returns new list Takes 2 inputs: 1.
RemoveUint8 removes the items from the given list based on supplied function and returns new list Takes 2 inputs: 1.
RemoveUint8Err removes the items from the given list based on supplied function and returns new list Takes 2 inputs: 1.
RemoveUint8Ptr removes the items from the given list based on supplied function and returns new list Takes 2 inputs: 1.
RemoveUint8PtrErr removes the items from the given list based on supplied function and returns new list Takes 2 inputs: 1.
RemoveUintErr removes the items from the given list based on supplied function and returns new list Takes 2 inputs: 1.
RemoveUintPtr removes the items from the given list based on supplied function and returns new list Takes 2 inputs: 1.
RemoveUintPtrErr removes the items from the given list based on supplied function and returns new list Takes 2 inputs: 1.
RestBoolPtr removes 1st item of the list and return new list having rest of the items.
RestFloat32 removes 1st item of the list and return new list having rest of the items.
RestFloat32Ptr removes 1st item of the list and return new list having rest of the items.
RestFloat64 removes 1st item of the list and return new list having rest of the items.
RestFloat64Ptr removes 1st item of the list and return new list having rest of the items.
RestInt removes 1st item of the list and return new list having rest of the items.
RestInt16 removes 1st item of the list and return new list having rest of the items.
RestInt16Ptr removes 1st item of the list and return new list having rest of the items.
RestInt32 removes 1st item of the list and return new list having rest of the items.
RestInt32Ptr removes 1st item of the list and return new list having rest of the items.
RestInt64 removes 1st item of the list and return new list having rest of the items.
RestInt64Ptr removes 1st item of the list and return new list having rest of the items.
RestInt8 removes 1st item of the list and return new list having rest of the items.
RestInt8Ptr removes 1st item of the list and return new list having rest of the items.
RestIntPtr removes 1st item of the list and return new list having rest of the items.
RestStr removes 1st item of the list and return new list having rest of the items.
RestStrPtr removes 1st item of the list and return new list having rest of the items.
RestUint removes 1st item of the list and return new list having rest of the items.
RestUint16 removes 1st item of the list and return new list having rest of the items.
RestUint16Ptr removes 1st item of the list and return new list having rest of the items.
RestUint32 removes 1st item of the list and return new list having rest of the items.
RestUint32Ptr removes 1st item of the list and return new list having rest of the items.
RestUint64 removes 1st item of the list and return new list having rest of the items.
RestUint64Ptr removes 1st item of the list and return new list having rest of the items.
RestUint8 removes 1st item of the list and return new list having rest of the items.
RestUint8Ptr removes 1st item of the list and return new list having rest of the items.
RestUintPtr removes 1st item of the list and return new list having rest of the items.
ReverseBools reverse the list.
ReverseBoolsPtr reverse the list.
ReverseFloat32s reverse the list.
ReverseFloat32sPtr reverse the list.
ReverseFloat64s reverse the list.
ReverseFloat64sPtr reverse the list.
ReverseInts reverse the list.
ReverseInts16 reverse the list.
ReverseInts16Ptr reverse the list.
ReverseInts32 reverse the list.
ReverseInts32Ptr reverse the list.
ReverseInts64 reverse the list.
ReverseInts64Ptr reverse the list.
ReverseInts8 reverse the list.
ReverseInts8Ptr reverse the list.
ReverseIntsPtr reverse the list.
ReverseStrs reverse the list.
ReverseStrsPtr reverse the list.
ReverseUint64s reverse the list.
ReverseUint64sPtr reverse the list.
ReverseUints reverse the list.
ReverseUints16 reverse the list.
ReverseUints16Ptr reverse the list.
ReverseUints32 reverse the list.
ReverseUints32Ptr reverse the list.
ReverseUints8 reverse the list.
ReverseUints8Ptr reverse the list.
ReverseUintsPtr reverse the list.
SetBool returns a set of the distinct elements of coll.
SetBoolPtr returns a set of the distinct elements of coll.
SetFloat32 returns a set of the distinct elements of coll.
SetFloat32Ptr returns a set of the distinct elements of coll.
SetFloat64 returns a set of the distinct elements of coll.
SetFloat64Ptr returns a set of the distinct elements of coll.
SetInt returns a set of the distinct elements of coll.
SetInt16 returns a set of the distinct elements of coll.
SetInt16Ptr returns a set of the distinct elements of coll.
SetInt32 returns a set of the distinct elements of coll.
SetInt32Ptr returns a set of the distinct elements of coll.
SetInt64 returns a set of the distinct elements of coll.
SetInt64Ptr returns a set of the distinct elements of coll.
SetInt8 returns a set of the distinct elements of coll.
SetInt8Ptr returns a set of the distinct elements of coll.
SetIntPtr returns a set of the distinct elements of coll.
SetStr returns a set of the distinct elements of coll.
SetStrPtr returns a set of the distinct elements of coll.
SetUint returns a set of the distinct elements of coll.
SetUint16 returns a set of the distinct elements of coll.
SetUint16Ptr returns a set of the distinct elements of coll.
SetUint32 returns a set of the distinct elements of coll.
SetUint32Ptr returns a set of the distinct elements of coll.
SetUint64 returns a set of the distinct elements of coll.
SetUint64Ptr returns a set of the distinct elements of coll.
SetUint8 returns a set of the distinct elements of coll.
SetUint8Ptr returns a set of the distinct elements of coll.
SetUintPtr returns a set of the distinct elements of coll.
SomeBoolErr finds item in the list based on supplied function.
SomeBoolPtr finds item in the list based on supplied function.
SomeBoolPtrErr finds item in the list based on supplied function.
SomeFloat32 finds item in the list based on supplied function.
SomeFloat32Err finds item in the list based on supplied function.
SomeFloat32Ptr finds item in the list based on supplied function.
SomeFloat32PtrErr finds item in the list based on supplied function.
SomeFloat64 finds item in the list based on supplied function.
SomeFloat64Err finds item in the list based on supplied function.
SomeFloat64Ptr finds item in the list based on supplied function.
SomeFloat64PtrErr finds item in the list based on supplied function.
SomeInt finds item in the list based on supplied function.
SomeInt16 finds item in the list based on supplied function.
SomeInt16Err finds item in the list based on supplied function.
SomeInt16Ptr finds item in the list based on supplied function.
SomeInt16PtrErr finds item in the list based on supplied function.
SomeInt32 finds item in the list based on supplied function.
SomeInt32Err finds item in the list based on supplied function.
SomeInt32Ptr finds item in the list based on supplied function.
SomeInt32PtrErr finds item in the list based on supplied function.
SomeInt64 finds item in the list based on supplied function.
SomeInt64Err finds item in the list based on supplied function.
SomeInt64Ptr finds item in the list based on supplied function.
SomeInt64PtrErr finds item in the list based on supplied function.
SomeInt8 finds item in the list based on supplied function.
SomeInt8Err finds item in the list based on supplied function.
SomeInt8Ptr finds item in the list based on supplied function.
SomeInt8PtrErr finds item in the list based on supplied function.
SomeIntErr finds item in the list based on supplied function.
SomeIntPtr finds item in the list based on supplied function.
SomeIntPtrErr finds item in the list based on supplied function.
SomeStr finds item in the list based on supplied function.
SomeStrErr finds item in the list based on supplied function.
SomeStrPtr finds item in the list based on supplied function.
SomeStrPtrErr finds item in the list based on supplied function.
SomeUint finds item in the list based on supplied function.
SomeUint16 finds item in the list based on supplied function.
SomeUint16Err finds item in the list based on supplied function.
SomeUint16Ptr finds item in the list based on supplied function.
SomeUint16PtrErr finds item in the list based on supplied function.
SomeUint32 finds item in the list based on supplied function.
SomeUint32Err finds item in the list based on supplied function.
SomeUint32Ptr finds item in the list based on supplied function.
SomeUint32PtrErr finds item in the list based on supplied function.
SomeUint64 finds item in the list based on supplied function.
SomeUint64Err finds item in the list based on supplied function.
SomeUint64Ptr finds item in the list based on supplied function.
SomeUint64PtrErr finds item in the list based on supplied function.
SomeUint8 finds item in the list based on supplied function.
SomeUint8Err finds item in the list based on supplied function.
SomeUint8Ptr finds item in the list based on supplied function.
SomeUint8PtrErr finds item in the list based on supplied function.
SomeUintErr finds item in the list based on supplied function.
SomeUintPtr finds item in the list based on supplied function.
SomeUintPtrErr finds item in the list based on supplied function.
SortFloat32s return new sorted list.
SortFloat32sDesc return new sorted list.
SortFloat32sDescPtr return new sorted list.
SortFloat32sPtr return new sorted list.
SortFloat64s return new sorted list.
SortFloat64sDesc return new sorted list.
SortFloat64sDescPtr return new sorted list.
SortFloat64sPtr return new sorted list.
SortFloats64 return new sorted list.
SortFloats64Desc return new sorted list.
SortFloats64DescPtr return new sorted list.
SortFloats64Ptr return new sorted list.
SortInts return new sorted list.
SortInts16 return new sorted list.
SortInts16Desc return new sorted list.
SortInts16DescPtr return new sorted list.
SortInts16Ptr return new sorted list.
SortInts32 return new sorted list.
SortInts32Desc return new sorted list.
SortInts32DescPtr return new sorted list.
SortInts32Ptr return new sorted list.
SortInts64 return new sorted list.
SortInts64Desc return new sorted list.
SortInts64DescPtr return new sorted list.
SortInts64Ptr return new sorted list.
SortInts8 return new sorted list.
SortInts8Desc return new sorted list.
SortInts8DescPtr return new sorted list.
SortInts8Ptr return new sorted list.
SortIntsDesc return new sorted list.
SortIntsDescPtr return new sorted list.
SortIntsPtr return new sorted list.
SortStrs return new sorted list.
SortStrsDesc return new sorted list.
SortStrsDescPtr return new sorted list.
SortStrsPtr return new sorted list.
SortUint64s return new sorted list.
SortUint64sDesc return new sorted list.
SortUint64sDescPtr return new sorted list.
SortUint64sPtr return new sorted list.
SortUints return new sorted list.
SortUints16 return new sorted list.
SortUints16Desc return new sorted list.
SortUints16DescPtr return new sorted list.
SortUints16Ptr return new sorted list.
SortUints32 return new sorted list.
SortUints32Desc return new sorted list.
SortUints32DescPtr return new sorted list.
SortUints32Ptr return new sorted list.
SortUints8 return new sorted list.
SortUints8Desc return new sorted list.
SortUints8DescPtr return new sorted list.
SortUints8Ptr return new sorted list.
SortUintsDesc return new sorted list.
SortUintsDescPtr return new sorted list.
SortUintsPtr return new sorted list.
SubsetBool returns true or false by checking if set1 is a subset of set2 repeated value within list parameter will be ignored.
SubsetBoolPtr returns true or false by checking if set1 is a subset of set2 repeated value within list parameter will be ignored.
SubsetFloat32 returns true or false by checking if set1 is a subset of set2 repeated value within list parameter will be ignored.
SubsetFloat32Ptr returns true or false by checking if set1 is a subset of set2 repeated value within list parameter will be ignored.
SubsetFloat64 returns true or false by checking if set1 is a subset of set2 repeated value within list parameter will be ignored.
SubsetFloat64Ptr returns true or false by checking if set1 is a subset of set2 repeated value within list parameter will be ignored.
SubsetInt returns true or false by checking if set1 is a subset of set2 repeated value within list parameter will be ignored.
SubsetInt16 returns true or false by checking if set1 is a subset of set2 repeated value within list parameter will be ignored.
SubsetInt16Ptr returns true or false by checking if set1 is a subset of set2 repeated value within list parameter will be ignored.
SubsetInt32 returns true or false by checking if set1 is a subset of set2 repeated value within list parameter will be ignored.
SubsetInt32Ptr returns true or false by checking if set1 is a subset of set2 repeated value within list parameter will be ignored.
SubsetInt64 returns true or false by checking if set1 is a subset of set2 repeated value within list parameter will be ignored.
SubsetInt64Ptr returns true or false by checking if set1 is a subset of set2 repeated value within list parameter will be ignored.
SubsetInt8 returns true or false by checking if set1 is a subset of set2 repeated value within list parameter will be ignored.
SubsetInt8Ptr returns true or false by checking if set1 is a subset of set2 repeated value within list parameter will be ignored.
SubsetIntPtr returns true or false by checking if set1 is a subset of set2 repeated value within list parameter will be ignored.
SubsetStr returns true or false by checking if set1 is a subset of set2 repeated value within list parameter will be ignored.
SubsetStrPtr returns true or false by checking if set1 is a subset of set2 repeated value within list parameter will be ignored.
SubsetUint returns true or false by checking if set1 is a subset of set2 repeated value within list parameter will be ignored.
SubsetUint16 returns true or false by checking if set1 is a subset of set2 repeated value within list parameter will be ignored.
SubsetUint16Ptr returns true or false by checking if set1 is a subset of set2 repeated value within list parameter will be ignored.
SubsetUint32 returns true or false by checking if set1 is a subset of set2 repeated value within list parameter will be ignored.
SubsetUint32Ptr returns true or false by checking if set1 is a subset of set2 repeated value within list parameter will be ignored.
SubsetUint64 returns true or false by checking if set1 is a subset of set2 repeated value within list parameter will be ignored.
SubsetUint64Ptr returns true or false by checking if set1 is a subset of set2 repeated value within list parameter will be ignored.
SubsetUint8 returns true or false by checking if set1 is a subset of set2 repeated value within list parameter will be ignored.
SubsetUint8Ptr returns true or false by checking if set1 is a subset of set2 repeated value within list parameter will be ignored.
SubsetUintPtr returns true or false by checking if set1 is a subset of set2 repeated value within list parameter will be ignored.
SupersetBool returns true or false by checking if set1 is a superset of set2 repeated value within list parameter will be ignored.
SupersetBoolPtr returns true or false by checking if set1 is a superset of set2 repeated value within list parameter will be ignored.
SupersetFloat32 returns true or false by checking if set1 is a superset of set2 repeated value within list parameter will be ignored.
SupersetFloat32Ptr returns true or false by checking if set1 is a superset of set2 repeated value within list parameter will be ignored.
SupersetFloat64 returns true or false by checking if set1 is a superset of set2 repeated value within list parameter will be ignored.
SupersetFloat64Ptr returns true or false by checking if set1 is a superset of set2 repeated value within list parameter will be ignored.
SupersetInt returns true or false by checking if set1 is a superset of set2 repeated value within list parameter will be ignored.
SupersetInt16 returns true or false by checking if set1 is a superset of set2 repeated value within list parameter will be ignored.
SupersetInt16Ptr returns true or false by checking if set1 is a superset of set2 repeated value within list parameter will be ignored.
SupersetInt32 returns true or false by checking if set1 is a superset of set2 repeated value within list parameter will be ignored.
SupersetInt32Ptr returns true or false by checking if set1 is a superset of set2 repeated value within list parameter will be ignored.
SupersetInt64 returns true or false by checking if set1 is a superset of set2 repeated value within list parameter will be ignored.
SupersetInt64Ptr returns true or false by checking if set1 is a superset of set2 repeated value within list parameter will be ignored.
SupersetInt8 returns true or false by checking if set1 is a superset of set2 repeated value within list parameter will be ignored.
SupersetInt8Ptr returns true or false by checking if set1 is a superset of set2 repeated value within list parameter will be ignored.
SupersetIntPtr returns true or false by checking if set1 is a superset of set2 repeated value within list parameter will be ignored.
SupersetStr returns true or false by checking if set1 is a superset of set2 repeated value within list parameter will be ignored.
SupersetStrPtr returns true or false by checking if set1 is a superset of set2 repeated value within list parameter will be ignored.
SupersetUint returns true or false by checking if set1 is a superset of set2 repeated value within list parameter will be ignored.
SupersetUint16 returns true or false by checking if set1 is a superset of set2 repeated value within list parameter will be ignored.
SupersetUint16Ptr returns true or false by checking if set1 is a superset of set2 repeated value within list parameter will be ignored.
SupersetUint32 returns true or false by checking if set1 is a superset of set2 repeated value within list parameter will be ignored.
SupersetUint32Ptr returns true or false by checking if set1 is a superset of set2 repeated value within list parameter will be ignored.
SupersetUint64 returns true or false by checking if set1 is a superset of set2 repeated value within list parameter will be ignored.
SupersetUint64Ptr returns true or false by checking if set1 is a superset of set2 repeated value within list parameter will be ignored.
SupersetUint8 returns true or false by checking if set1 is a superset of set2 repeated value within list parameter will be ignored.
SupersetUint8Ptr returns true or false by checking if set1 is a superset of set2 repeated value within list parameter will be ignored.
SupersetUintPtr returns true or false by checking if set1 is a superset of set2 repeated value within list parameter will be ignored.
TakeBool returns n items in the list.
TakeBoolPtr returns n items in the list.
TakeFloat32 returns n items in the list.
TakeFloat32Ptr returns n items in the list.
TakeFloat64 returns n items in the list.
TakeFloat64Ptr returns n items in the list.
TakeInt returns n items in the list.
TakeInt16 returns n items in the list.
TakeInt16Ptr returns n items in the list.
TakeInt32 returns n items in the list.
TakeInt32Ptr returns n items in the list.
TakeInt64 returns n items in the list.
TakeInt64Ptr returns n items in the list.
TakeInt8 returns n items in the list.
TakeInt8Ptr returns n items in the list.
TakeIntPtr returns n items in the list.
TakeStr returns n items in the list.
TakeStrPtr returns n items in the list.
TakeUint returns n items in the list.
TakeUint16 returns n items in the list.
TakeUint16Ptr returns n items in the list.
TakeUint32 returns n items in the list.
TakeUint32Ptr returns n items in the list.
TakeUint64 returns n items in the list.
TakeUint64Ptr returns n items in the list.
TakeUint8 returns n items in the list.
TakeUint8Ptr returns n items in the list.
TakeUintPtr returns n items in the list.
TakeWhileBool returns new list based on condition in the supplied function.
TakeWhileBoolErr returns new list based on condition in the supplied function.
TakeWhileBoolPtr returns new list based on condition in the supplied function.
TakeWhileBoolPtrErr returns new list based on condition in the supplied function.
TakeWhileFloat32 returns new list based on condition in the supplied function.
TakeWhileFloat32Err returns new list based on condition in the supplied function.
TakeWhileFloat32Ptr returns new list based on condition in the supplied function.
TakeWhileFloat32PtrErr returns new list based on condition in the supplied function.
TakeWhileFloat64 returns new list based on condition in the supplied function.
TakeWhileFloat64Err returns new list based on condition in the supplied function.
TakeWhileFloat64Ptr returns new list based on condition in the supplied function.
TakeWhileFloat64PtrErr returns new list based on condition in the supplied function.
TakeWhileInt returns new list based on condition in the supplied function.
TakeWhileInt16 returns new list based on condition in the supplied function.
TakeWhileInt16Err returns new list based on condition in the supplied function.
TakeWhileInt16Ptr returns new list based on condition in the supplied function.
TakeWhileInt16PtrErr returns new list based on condition in the supplied function.
TakeWhileInt32 returns new list based on condition in the supplied function.
TakeWhileInt32Err returns new list based on condition in the supplied function.
TakeWhileInt32Ptr returns new list based on condition in the supplied function.
TakeWhileInt32PtrErr returns new list based on condition in the supplied function.
TakeWhileInt64 returns new list based on condition in the supplied function.
TakeWhileInt64Err returns new list based on condition in the supplied function.
TakeWhileInt64Ptr returns new list based on condition in the supplied function.
TakeWhileInt64PtrErr returns new list based on condition in the supplied function.
TakeWhileInt8 returns new list based on condition in the supplied function.
TakeWhileInt8Err returns new list based on condition in the supplied function.
TakeWhileInt8Ptr returns new list based on condition in the supplied function.
TakeWhileInt8PtrErr returns new list based on condition in the supplied function.
TakeWhileIntErr returns new list based on condition in the supplied function.
TakeWhileIntPtr returns new list based on condition in the supplied function.
TakeWhileIntPtrErr returns new list based on condition in the supplied function.
TakeWhileStr returns new list based on condition in the supplied function.
TakeWhileStrErr returns new list based on condition in the supplied function.
TakeWhileStrPtr returns new list based on condition in the supplied function.
TakeWhileStrPtrErr returns new list based on condition in the supplied function.
TakeWhileUint returns new list based on condition in the supplied function.
TakeWhileUint16 returns new list based on condition in the supplied function.
TakeWhileUint16Err returns new list based on condition in the supplied function.
TakeWhileUint16Ptr returns new list based on condition in the supplied function.
TakeWhileUint16PtrErr returns new list based on condition in the supplied function.
TakeWhileUint32 returns new list based on condition in the supplied function.
TakeWhileUint32Err returns new list based on condition in the supplied function.
TakeWhileUint32Ptr returns new list based on condition in the supplied function.
TakeWhileUint32PtrErr returns new list based on condition in the supplied function.
TakeWhileUint64 returns new list based on condition in the supplied function.
TakeWhileUint64Err returns new list based on condition in the supplied function.
TakeWhileUint64Ptr returns new list based on condition in the supplied function.
TakeWhileUint64PtrErr returns new list based on condition in the supplied function.
TakeWhileUint8 returns new list based on condition in the supplied function.
TakeWhileUint8Err returns new list based on condition in the supplied function.
TakeWhileUint8Ptr returns new list based on condition in the supplied function.
TakeWhileUint8PtrErr returns new list based on condition in the supplied function.
TakeWhileUintErr returns new list based on condition in the supplied function.
TakeWhileUintPtr returns new list based on condition in the supplied function.
TakeWhileUintPtrErr returns new list based on condition in the supplied function.
True returns true.
UnionBool return a set that is the union of the input sets repeated value within list parameter will be ignored.
UnionBoolPtr return a set that is the union of the input sets repeated value within list parameter will be ignored.
UnionFloat32 return a set that is the union of the input sets repeated value within list parameter will be ignored.
UnionFloat32Ptr return a set that is the union of the input sets repeated value within list parameter will be ignored.
UnionFloat64 return a set that is the union of the input sets repeated value within list parameter will be ignored.
UnionFloat64Ptr return a set that is the union of the input sets repeated value within list parameter will be ignored.
UnionInt return a set that is the union of the input sets repeated value within list parameter will be ignored.
UnionInt16 return a set that is the union of the input sets repeated value within list parameter will be ignored.
UnionInt16Ptr return a set that is the union of the input sets repeated value within list parameter will be ignored.
UnionInt32 return a set that is the union of the input sets repeated value within list parameter will be ignored.
UnionInt32Ptr return a set that is the union of the input sets repeated value within list parameter will be ignored.
UnionInt64 return a set that is the union of the input sets repeated value within list parameter will be ignored.
UnionInt64Ptr return a set that is the union of the input sets repeated value within list parameter will be ignored.
UnionInt8 return a set that is the union of the input sets repeated value within list parameter will be ignored.
UnionInt8Ptr return a set that is the union of the input sets repeated value within list parameter will be ignored.
UnionIntPtr return a set that is the union of the input sets repeated value within list parameter will be ignored.
UnionStr return a set that is the union of the input sets repeated value within list parameter will be ignored.
UnionStrPtr return a set that is the union of the input sets repeated value within list parameter will be ignored.
UnionUint return a set that is the union of the input sets repeated value within list parameter will be ignored.
UnionUint16 return a set that is the union of the input sets repeated value within list parameter will be ignored.
UnionUint16Ptr return a set that is the union of the input sets repeated value within list parameter will be ignored.
UnionUint32 return a set that is the union of the input sets repeated value within list parameter will be ignored.
UnionUint32Ptr return a set that is the union of the input sets repeated value within list parameter will be ignored.
UnionUint64 return a set that is the union of the input sets repeated value within list parameter will be ignored.
UnionUint64Ptr return a set that is the union of the input sets repeated value within list parameter will be ignored.
UnionUint8 return a set that is the union of the input sets repeated value within list parameter will be ignored.
UnionUint8Ptr return a set that is the union of the input sets repeated value within list parameter will be ignored.
UnionUintPtr return a set that is the union of the input sets repeated value within list parameter will be ignored.
ZeroFloat32P Returns true if num is zero, else false.
ZeroFloat32PPtr Returns true if num is zero, else false.
ZeroFloat64P Returns true if num is zero, else false.
ZeroFloat64PPtr Returns true if num is zero, else false.
ZeroInt16P Returns true if num is zero, else false.
ZeroInt16PPtr Returns true if num is zero, else false.
ZeroInt32P Returns true if num is zero, else false.
ZeroInt32PPtr Returns true if num is zero, else false.
ZeroInt64P Returns true if num is zero, else false.
ZeroInt64PPtr Returns true if num is zero, else false.
ZeroInt8P Returns true if num is zero, else false.
ZeroInt8PPtr Returns true if num is zero, else false.
ZeroIntP Returns true if num is zero, else false.
ZeroIntPPtr Returns true if num is zero, else false.
ZeroUint16P Returns true if num is zero, else false.
ZeroUint16PPtr Returns true if num is zero, else false.
ZeroUint32P Returns true if num is zero, else false.
ZeroUint32PPtr Returns true if num is zero, else false.
ZeroUint64P Returns true if num is zero, else false.
ZeroUint64PPtr Returns true if num is zero, else false.
ZeroUint8P Returns true if num is zero, else false.
ZeroUint8PPtr Returns true if num is zero, else false.
ZeroUintP Returns true if num is zero, else false.
ZeroUintPPtr Returns true if num is zero, else false.
ZipBool takes two inputs: first list of type: []bool, second list of type: []bool.
ZipBoolFloat32 takes two inputs: first list of type: []bool, second list of type: []float32.
ZipBoolFloat32Ptr takes two inputs: first list of type: []bool, second list of type: []float32.
ZipBoolFloat64 takes two inputs: first list of type: []bool, second list of type: []float64.
ZipBoolFloat64Ptr takes two inputs: first list of type: []bool, second list of type: []float64.
ZipBoolInt takes two inputs: first list of type: []bool, second list of type: []int.
ZipBoolInt16 takes two inputs: first list of type: []bool, second list of type: []int16.
ZipBoolInt16Ptr takes two inputs: first list of type: []bool, second list of type: []int16.
ZipBoolInt32 takes two inputs: first list of type: []bool, second list of type: []int32.
ZipBoolInt32Ptr takes two inputs: first list of type: []bool, second list of type: []int32.
ZipBoolInt64 takes two inputs: first list of type: []bool, second list of type: []int64.
ZipBoolInt64Ptr takes two inputs: first list of type: []bool, second list of type: []int64.
ZipBoolInt8 takes two inputs: first list of type: []bool, second list of type: []int8.
ZipBoolInt8Ptr takes two inputs: first list of type: []bool, second list of type: []int8.
ZipBoolIntPtr takes two inputs: first list of type: []bool, second list of type: []int.
ZipBoolPtr takes two inputs: first list of type: []bool, second list of type: []bool.
ZipBoolStr takes two inputs: first list of type: []bool, second list of type: []string.
ZipBoolStrPtr takes two inputs: first list of type: []bool, second list of type: []string.
ZipBoolUint takes two inputs: first list of type: []bool, second list of type: []uint.
ZipBoolUint16 takes two inputs: first list of type: []bool, second list of type: []uint16.
ZipBoolUint16Ptr takes two inputs: first list of type: []bool, second list of type: []uint16.
ZipBoolUint32 takes two inputs: first list of type: []bool, second list of type: []uint32.
ZipBoolUint32Ptr takes two inputs: first list of type: []bool, second list of type: []uint32.
ZipBoolUint64 takes two inputs: first list of type: []bool, second list of type: []uint64.
ZipBoolUint64Ptr takes two inputs: first list of type: []bool, second list of type: []uint64.
ZipBoolUint8 takes two inputs: first list of type: []bool, second list of type: []uint8.
ZipBoolUint8Ptr takes two inputs: first list of type: []bool, second list of type: []uint8.
ZipBoolUintPtr takes two inputs: first list of type: []bool, second list of type: []uint.
ZipFloat32 takes two inputs: first list of type: []float32, second list of type: []float32.
ZipFloat32Bool takes two inputs: first list of type: []float32, second list of type: []bool.
ZipFloat32BoolPtr takes two inputs: first list of type: []float32, second list of type: []bool.
ZipFloat32Float64 takes two inputs: first list of type: []float32, second list of type: []float64.
ZipFloat32Float64Ptr takes two inputs: first list of type: []float32, second list of type: []float64.
ZipFloat32Int takes two inputs: first list of type: []float32, second list of type: []int.
ZipFloat32Int16 takes two inputs: first list of type: []float32, second list of type: []int16.
ZipFloat32Int16Ptr takes two inputs: first list of type: []float32, second list of type: []int16.
ZipFloat32Int32 takes two inputs: first list of type: []float32, second list of type: []int32.
ZipFloat32Int32Ptr takes two inputs: first list of type: []float32, second list of type: []int32.
ZipFloat32Int64 takes two inputs: first list of type: []float32, second list of type: []int64.
ZipFloat32Int64Ptr takes two inputs: first list of type: []float32, second list of type: []int64.
ZipFloat32Int8 takes two inputs: first list of type: []float32, second list of type: []int8.
ZipFloat32Int8Ptr takes two inputs: first list of type: []float32, second list of type: []int8.
ZipFloat32IntPtr takes two inputs: first list of type: []float32, second list of type: []int.
ZipFloat32Ptr takes two inputs: first list of type: []float32, second list of type: []float32.
ZipFloat32Str takes two inputs: first list of type: []float32, second list of type: []string.
ZipFloat32StrPtr takes two inputs: first list of type: []float32, second list of type: []string.
ZipFloat32Uint takes two inputs: first list of type: []float32, second list of type: []uint.
ZipFloat32Uint16 takes two inputs: first list of type: []float32, second list of type: []uint16.
ZipFloat32Uint16Ptr takes two inputs: first list of type: []float32, second list of type: []uint16.
ZipFloat32Uint32 takes two inputs: first list of type: []float32, second list of type: []uint32.
ZipFloat32Uint32Ptr takes two inputs: first list of type: []float32, second list of type: []uint32.
ZipFloat32Uint64 takes two inputs: first list of type: []float32, second list of type: []uint64.
ZipFloat32Uint64Ptr takes two inputs: first list of type: []float32, second list of type: []uint64.
ZipFloat32Uint8 takes two inputs: first list of type: []float32, second list of type: []uint8.
ZipFloat32Uint8Ptr takes two inputs: first list of type: []float32, second list of type: []uint8.
ZipFloat32UintPtr takes two inputs: first list of type: []float32, second list of type: []uint.
ZipFloat64 takes two inputs: first list of type: []float64, second list of type: []float64.
ZipFloat64Bool takes two inputs: first list of type: []float64, second list of type: []bool.
ZipFloat64BoolPtr takes two inputs: first list of type: []float64, second list of type: []bool.
ZipFloat64Float32 takes two inputs: first list of type: []float64, second list of type: []float32.
ZipFloat64Float32Ptr takes two inputs: first list of type: []float64, second list of type: []float32.
ZipFloat64Int takes two inputs: first list of type: []float64, second list of type: []int.
ZipFloat64Int16 takes two inputs: first list of type: []float64, second list of type: []int16.
ZipFloat64Int16Ptr takes two inputs: first list of type: []float64, second list of type: []int16.
ZipFloat64Int32 takes two inputs: first list of type: []float64, second list of type: []int32.
ZipFloat64Int32Ptr takes two inputs: first list of type: []float64, second list of type: []int32.
ZipFloat64Int64 takes two inputs: first list of type: []float64, second list of type: []int64.
ZipFloat64Int64Ptr takes two inputs: first list of type: []float64, second list of type: []int64.
ZipFloat64Int8 takes two inputs: first list of type: []float64, second list of type: []int8.
ZipFloat64Int8Ptr takes two inputs: first list of type: []float64, second list of type: []int8.
ZipFloat64IntPtr takes two inputs: first list of type: []float64, second list of type: []int.
ZipFloat64Ptr takes two inputs: first list of type: []float64, second list of type: []float64.
ZipFloat64Str takes two inputs: first list of type: []float64, second list of type: []string.
ZipFloat64StrPtr takes two inputs: first list of type: []float64, second list of type: []string.
ZipFloat64Uint takes two inputs: first list of type: []float64, second list of type: []uint.
ZipFloat64Uint16 takes two inputs: first list of type: []float64, second list of type: []uint16.
ZipFloat64Uint16Ptr takes two inputs: first list of type: []float64, second list of type: []uint16.
ZipFloat64Uint32 takes two inputs: first list of type: []float64, second list of type: []uint32.
ZipFloat64Uint32Ptr takes two inputs: first list of type: []float64, second list of type: []uint32.
ZipFloat64Uint64 takes two inputs: first list of type: []float64, second list of type: []uint64.
ZipFloat64Uint64Ptr takes two inputs: first list of type: []float64, second list of type: []uint64.
ZipFloat64Uint8 takes two inputs: first list of type: []float64, second list of type: []uint8.
ZipFloat64Uint8Ptr takes two inputs: first list of type: []float64, second list of type: []uint8.
ZipFloat64UintPtr takes two inputs: first list of type: []float64, second list of type: []uint.
ZipInt takes two inputs: first list of type: []int, second list of type: []int.
ZipInt16 takes two inputs: first list of type: []int16, second list of type: []int16.
ZipInt16Bool takes two inputs: first list of type: []int16, second list of type: []bool.
ZipInt16BoolPtr takes two inputs: first list of type: []int16, second list of type: []bool.
ZipInt16Float32 takes two inputs: first list of type: []int16, second list of type: []float32.
ZipInt16Float32Ptr takes two inputs: first list of type: []int16, second list of type: []float32.
ZipInt16Float64 takes two inputs: first list of type: []int16, second list of type: []float64.
ZipInt16Float64Ptr takes two inputs: first list of type: []int16, second list of type: []float64.
ZipInt16Int takes two inputs: first list of type: []int16, second list of type: []int.
ZipInt16Int32 takes two inputs: first list of type: []int16, second list of type: []int32.
ZipInt16Int32Ptr takes two inputs: first list of type: []int16, second list of type: []int32.
ZipInt16Int64 takes two inputs: first list of type: []int16, second list of type: []int64.
ZipInt16Int64Ptr takes two inputs: first list of type: []int16, second list of type: []int64.
ZipInt16Int8 takes two inputs: first list of type: []int16, second list of type: []int8.
ZipInt16Int8Ptr takes two inputs: first list of type: []int16, second list of type: []int8.
ZipInt16IntPtr takes two inputs: first list of type: []int16, second list of type: []int.
ZipInt16Ptr takes two inputs: first list of type: []int16, second list of type: []int16.
ZipInt16Str takes two inputs: first list of type: []int16, second list of type: []string.
ZipInt16StrPtr takes two inputs: first list of type: []int16, second list of type: []string.
ZipInt16Uint takes two inputs: first list of type: []int16, second list of type: []uint.
ZipInt16Uint16 takes two inputs: first list of type: []int16, second list of type: []uint16.
ZipInt16Uint16Ptr takes two inputs: first list of type: []int16, second list of type: []uint16.
ZipInt16Uint32 takes two inputs: first list of type: []int16, second list of type: []uint32.
ZipInt16Uint32Ptr takes two inputs: first list of type: []int16, second list of type: []uint32.
ZipInt16Uint64 takes two inputs: first list of type: []int16, second list of type: []uint64.
ZipInt16Uint64Ptr takes two inputs: first list of type: []int16, second list of type: []uint64.
ZipInt16Uint8 takes two inputs: first list of type: []int16, second list of type: []uint8.
ZipInt16Uint8Ptr takes two inputs: first list of type: []int16, second list of type: []uint8.
ZipInt16UintPtr takes two inputs: first list of type: []int16, second list of type: []uint.
ZipInt32 takes two inputs: first list of type: []int32, second list of type: []int32.
ZipInt32Bool takes two inputs: first list of type: []int32, second list of type: []bool.
ZipInt32BoolPtr takes two inputs: first list of type: []int32, second list of type: []bool.
ZipInt32Float32 takes two inputs: first list of type: []int32, second list of type: []float32.
ZipInt32Float32Ptr takes two inputs: first list of type: []int32, second list of type: []float32.
ZipInt32Float64 takes two inputs: first list of type: []int32, second list of type: []float64.
ZipInt32Float64Ptr takes two inputs: first list of type: []int32, second list of type: []float64.
ZipInt32Int takes two inputs: first list of type: []int32, second list of type: []int.
ZipInt32Int16 takes two inputs: first list of type: []int32, second list of type: []int16.
ZipInt32Int16Ptr takes two inputs: first list of type: []int32, second list of type: []int16.
ZipInt32Int64 takes two inputs: first list of type: []int32, second list of type: []int64.
ZipInt32Int64Ptr takes two inputs: first list of type: []int32, second list of type: []int64.
ZipInt32Int8 takes two inputs: first list of type: []int32, second list of type: []int8.
ZipInt32Int8Ptr takes two inputs: first list of type: []int32, second list of type: []int8.
ZipInt32IntPtr takes two inputs: first list of type: []int32, second list of type: []int.
ZipInt32Ptr takes two inputs: first list of type: []int32, second list of type: []int32.
ZipInt32Str takes two inputs: first list of type: []int32, second list of type: []string.
ZipInt32StrPtr takes two inputs: first list of type: []int32, second list of type: []string.
ZipInt32Uint takes two inputs: first list of type: []int32, second list of type: []uint.
ZipInt32Uint16 takes two inputs: first list of type: []int32, second list of type: []uint16.
ZipInt32Uint16Ptr takes two inputs: first list of type: []int32, second list of type: []uint16.
ZipInt32Uint32 takes two inputs: first list of type: []int32, second list of type: []uint32.
ZipInt32Uint32Ptr takes two inputs: first list of type: []int32, second list of type: []uint32.
ZipInt32Uint64 takes two inputs: first list of type: []int32, second list of type: []uint64.
ZipInt32Uint64Ptr takes two inputs: first list of type: []int32, second list of type: []uint64.
ZipInt32Uint8 takes two inputs: first list of type: []int32, second list of type: []uint8.
ZipInt32Uint8Ptr takes two inputs: first list of type: []int32, second list of type: []uint8.
ZipInt32UintPtr takes two inputs: first list of type: []int32, second list of type: []uint.
ZipInt64 takes two inputs: first list of type: []int64, second list of type: []int64.
ZipInt64Bool takes two inputs: first list of type: []int64, second list of type: []bool.
ZipInt64BoolPtr takes two inputs: first list of type: []int64, second list of type: []bool.
ZipInt64Float32 takes two inputs: first list of type: []int64, second list of type: []float32.
ZipInt64Float32Ptr takes two inputs: first list of type: []int64, second list of type: []float32.
ZipInt64Float64 takes two inputs: first list of type: []int64, second list of type: []float64.
ZipInt64Float64Ptr takes two inputs: first list of type: []int64, second list of type: []float64.
ZipInt64Int takes two inputs: first list of type: []int64, second list of type: []int.
ZipInt64Int16 takes two inputs: first list of type: []int64, second list of type: []int16.
ZipInt64Int16Ptr takes two inputs: first list of type: []int64, second list of type: []int16.
ZipInt64Int32 takes two inputs: first list of type: []int64, second list of type: []int32.
ZipInt64Int32Ptr takes two inputs: first list of type: []int64, second list of type: []int32.
ZipInt64Int8 takes two inputs: first list of type: []int64, second list of type: []int8.
ZipInt64Int8Ptr takes two inputs: first list of type: []int64, second list of type: []int8.
ZipInt64IntPtr takes two inputs: first list of type: []int64, second list of type: []int.
ZipInt64Ptr takes two inputs: first list of type: []int64, second list of type: []int64.
ZipInt64Str takes two inputs: first list of type: []int64, second list of type: []string.
ZipInt64StrPtr takes two inputs: first list of type: []int64, second list of type: []string.
ZipInt64Uint takes two inputs: first list of type: []int64, second list of type: []uint.
ZipInt64Uint16 takes two inputs: first list of type: []int64, second list of type: []uint16.
ZipInt64Uint16Ptr takes two inputs: first list of type: []int64, second list of type: []uint16.
ZipInt64Uint32 takes two inputs: first list of type: []int64, second list of type: []uint32.
ZipInt64Uint32Ptr takes two inputs: first list of type: []int64, second list of type: []uint32.
ZipInt64Uint64 takes two inputs: first list of type: []int64, second list of type: []uint64.
ZipInt64Uint64Ptr takes two inputs: first list of type: []int64, second list of type: []uint64.
ZipInt64Uint8 takes two inputs: first list of type: []int64, second list of type: []uint8.
ZipInt64Uint8Ptr takes two inputs: first list of type: []int64, second list of type: []uint8.
ZipInt64UintPtr takes two inputs: first list of type: []int64, second list of type: []uint.
ZipInt8 takes two inputs: first list of type: []int8, second list of type: []int8.
ZipInt8Bool takes two inputs: first list of type: []int8, second list of type: []bool.
ZipInt8BoolPtr takes two inputs: first list of type: []int8, second list of type: []bool.
ZipInt8Float32 takes two inputs: first list of type: []int8, second list of type: []float32.
ZipInt8Float32Ptr takes two inputs: first list of type: []int8, second list of type: []float32.
ZipInt8Float64 takes two inputs: first list of type: []int8, second list of type: []float64.
ZipInt8Float64Ptr takes two inputs: first list of type: []int8, second list of type: []float64.
ZipInt8Int takes two inputs: first list of type: []int8, second list of type: []int.
ZipInt8Int16 takes two inputs: first list of type: []int8, second list of type: []int16.
ZipInt8Int16Ptr takes two inputs: first list of type: []int8, second list of type: []int16.
ZipInt8Int32 takes two inputs: first list of type: []int8, second list of type: []int32.
ZipInt8Int32Ptr takes two inputs: first list of type: []int8, second list of type: []int32.
ZipInt8Int64 takes two inputs: first list of type: []int8, second list of type: []int64.
ZipInt8Int64Ptr takes two inputs: first list of type: []int8, second list of type: []int64.
ZipInt8IntPtr takes two inputs: first list of type: []int8, second list of type: []int.
ZipInt8Ptr takes two inputs: first list of type: []int8, second list of type: []int8.
ZipInt8Str takes two inputs: first list of type: []int8, second list of type: []string.
ZipInt8StrPtr takes two inputs: first list of type: []int8, second list of type: []string.
ZipInt8Uint takes two inputs: first list of type: []int8, second list of type: []uint.
ZipInt8Uint16 takes two inputs: first list of type: []int8, second list of type: []uint16.
ZipInt8Uint16Ptr takes two inputs: first list of type: []int8, second list of type: []uint16.
ZipInt8Uint32 takes two inputs: first list of type: []int8, second list of type: []uint32.
ZipInt8Uint32Ptr takes two inputs: first list of type: []int8, second list of type: []uint32.
ZipInt8Uint64 takes two inputs: first list of type: []int8, second list of type: []uint64.
ZipInt8Uint64Ptr takes two inputs: first list of type: []int8, second list of type: []uint64.
ZipInt8Uint8 takes two inputs: first list of type: []int8, second list of type: []uint8.
ZipInt8Uint8Ptr takes two inputs: first list of type: []int8, second list of type: []uint8.
ZipInt8UintPtr takes two inputs: first list of type: []int8, second list of type: []uint.
ZipIntBool takes two inputs: first list of type: []int, second list of type: []bool.
ZipIntBoolPtr takes two inputs: first list of type: []int, second list of type: []bool.
ZipIntFloat32 takes two inputs: first list of type: []int, second list of type: []float32.
ZipIntFloat32Ptr takes two inputs: first list of type: []int, second list of type: []float32.
ZipIntFloat64 takes two inputs: first list of type: []int, second list of type: []float64.
ZipIntFloat64Ptr takes two inputs: first list of type: []int, second list of type: []float64.
ZipIntInt16 takes two inputs: first list of type: []int, second list of type: []int16.
ZipIntInt16Ptr takes two inputs: first list of type: []int, second list of type: []int16.
ZipIntInt32 takes two inputs: first list of type: []int, second list of type: []int32.
ZipIntInt32Ptr takes two inputs: first list of type: []int, second list of type: []int32.
ZipIntInt64 takes two inputs: first list of type: []int, second list of type: []int64.
ZipIntInt64Ptr takes two inputs: first list of type: []int, second list of type: []int64.
ZipIntInt8 takes two inputs: first list of type: []int, second list of type: []int8.
ZipIntInt8Ptr takes two inputs: first list of type: []int, second list of type: []int8.
ZipIntPtr takes two inputs: first list of type: []int, second list of type: []int.
ZipIntStr takes two inputs: first list of type: []int, second list of type: []string.
ZipIntStrPtr takes two inputs: first list of type: []int, second list of type: []string.
ZipIntUint takes two inputs: first list of type: []int, second list of type: []uint.
ZipIntUint16 takes two inputs: first list of type: []int, second list of type: []uint16.
ZipIntUint16Ptr takes two inputs: first list of type: []int, second list of type: []uint16.
ZipIntUint32 takes two inputs: first list of type: []int, second list of type: []uint32.
ZipIntUint32Ptr takes two inputs: first list of type: []int, second list of type: []uint32.
ZipIntUint64 takes two inputs: first list of type: []int, second list of type: []uint64.
ZipIntUint64Ptr takes two inputs: first list of type: []int, second list of type: []uint64.
ZipIntUint8 takes two inputs: first list of type: []int, second list of type: []uint8.
ZipIntUint8Ptr takes two inputs: first list of type: []int, second list of type: []uint8.
ZipIntUintPtr takes two inputs: first list of type: []int, second list of type: []uint.
ZipStr takes two inputs: first list of type: []string, second list of type: []string.
ZipStrBool takes two inputs: first list of type: []string, second list of type: []bool.
ZipStrBoolPtr takes two inputs: first list of type: []string, second list of type: []bool.
ZipStrFloat32 takes two inputs: first list of type: []string, second list of type: []float32.
ZipStrFloat32Ptr takes two inputs: first list of type: []string, second list of type: []float32.
ZipStrFloat64 takes two inputs: first list of type: []string, second list of type: []float64.
ZipStrFloat64Ptr takes two inputs: first list of type: []string, second list of type: []float64.
ZipStrInt takes two inputs: first list of type: []string, second list of type: []int.
ZipStrInt16 takes two inputs: first list of type: []string, second list of type: []int16.
ZipStrInt16Ptr takes two inputs: first list of type: []string, second list of type: []int16.
ZipStrInt32 takes two inputs: first list of type: []string, second list of type: []int32.
ZipStrInt32Ptr takes two inputs: first list of type: []string, second list of type: []int32.
ZipStrInt64 takes two inputs: first list of type: []string, second list of type: []int64.
ZipStrInt64Ptr takes two inputs: first list of type: []string, second list of type: []int64.
ZipStrInt8 takes two inputs: first list of type: []string, second list of type: []int8.
ZipStrInt8Ptr takes two inputs: first list of type: []string, second list of type: []int8.
ZipStrIntPtr takes two inputs: first list of type: []string, second list of type: []int.
ZipStrPtr takes two inputs: first list of type: []string, second list of type: []string.
ZipStrUint takes two inputs: first list of type: []string, second list of type: []uint.
ZipStrUint16 takes two inputs: first list of type: []string, second list of type: []uint16.
ZipStrUint16Ptr takes two inputs: first list of type: []string, second list of type: []uint16.
ZipStrUint32 takes two inputs: first list of type: []string, second list of type: []uint32.
ZipStrUint32Ptr takes two inputs: first list of type: []string, second list of type: []uint32.
ZipStrUint64 takes two inputs: first list of type: []string, second list of type: []uint64.
ZipStrUint64Ptr takes two inputs: first list of type: []string, second list of type: []uint64.
ZipStrUint8 takes two inputs: first list of type: []string, second list of type: []uint8.
ZipStrUint8Ptr takes two inputs: first list of type: []string, second list of type: []uint8.
ZipStrUintPtr takes two inputs: first list of type: []string, second list of type: []uint.
ZipUint takes two inputs: first list of type: []uint, second list of type: []uint.
ZipUint16 takes two inputs: first list of type: []uint16, second list of type: []uint16.
ZipUint16Bool takes two inputs: first list of type: []uint16, second list of type: []bool.
ZipUint16BoolPtr takes two inputs: first list of type: []uint16, second list of type: []bool.
ZipUint16Float32 takes two inputs: first list of type: []uint16, second list of type: []float32.
ZipUint16Float32Ptr takes two inputs: first list of type: []uint16, second list of type: []float32.
ZipUint16Float64 takes two inputs: first list of type: []uint16, second list of type: []float64.
ZipUint16Float64Ptr takes two inputs: first list of type: []uint16, second list of type: []float64.
ZipUint16Int takes two inputs: first list of type: []uint16, second list of type: []int.
ZipUint16Int16 takes two inputs: first list of type: []uint16, second list of type: []int16.
ZipUint16Int16Ptr takes two inputs: first list of type: []uint16, second list of type: []int16.
ZipUint16Int32 takes two inputs: first list of type: []uint16, second list of type: []int32.
ZipUint16Int32Ptr takes two inputs: first list of type: []uint16, second list of type: []int32.
ZipUint16Int64 takes two inputs: first list of type: []uint16, second list of type: []int64.
ZipUint16Int64Ptr takes two inputs: first list of type: []uint16, second list of type: []int64.
ZipUint16Int8 takes two inputs: first list of type: []uint16, second list of type: []int8.
ZipUint16Int8Ptr takes two inputs: first list of type: []uint16, second list of type: []int8.
ZipUint16IntPtr takes two inputs: first list of type: []uint16, second list of type: []int.
ZipUint16Ptr takes two inputs: first list of type: []uint16, second list of type: []uint16.
ZipUint16Str takes two inputs: first list of type: []uint16, second list of type: []string.
ZipUint16StrPtr takes two inputs: first list of type: []uint16, second list of type: []string.
ZipUint16Uint takes two inputs: first list of type: []uint16, second list of type: []uint.
ZipUint16Uint32 takes two inputs: first list of type: []uint16, second list of type: []uint32.
ZipUint16Uint32Ptr takes two inputs: first list of type: []uint16, second list of type: []uint32.
ZipUint16Uint64 takes two inputs: first list of type: []uint16, second list of type: []uint64.
ZipUint16Uint64Ptr takes two inputs: first list of type: []uint16, second list of type: []uint64.
ZipUint16Uint8 takes two inputs: first list of type: []uint16, second list of type: []uint8.
ZipUint16Uint8Ptr takes two inputs: first list of type: []uint16, second list of type: []uint8.
ZipUint16UintPtr takes two inputs: first list of type: []uint16, second list of type: []uint.
ZipUint32 takes two inputs: first list of type: []uint32, second list of type: []uint32.
ZipUint32Bool takes two inputs: first list of type: []uint32, second list of type: []bool.
ZipUint32BoolPtr takes two inputs: first list of type: []uint32, second list of type: []bool.
ZipUint32Float32 takes two inputs: first list of type: []uint32, second list of type: []float32.
ZipUint32Float32Ptr takes two inputs: first list of type: []uint32, second list of type: []float32.
ZipUint32Float64 takes two inputs: first list of type: []uint32, second list of type: []float64.
ZipUint32Float64Ptr takes two inputs: first list of type: []uint32, second list of type: []float64.
ZipUint32Int takes two inputs: first list of type: []uint32, second list of type: []int.
ZipUint32Int16 takes two inputs: first list of type: []uint32, second list of type: []int16.
ZipUint32Int16Ptr takes two inputs: first list of type: []uint32, second list of type: []int16.
ZipUint32Int32 takes two inputs: first list of type: []uint32, second list of type: []int32.
ZipUint32Int32Ptr takes two inputs: first list of type: []uint32, second list of type: []int32.
ZipUint32Int64 takes two inputs: first list of type: []uint32, second list of type: []int64.
ZipUint32Int64Ptr takes two inputs: first list of type: []uint32, second list of type: []int64.
ZipUint32Int8 takes two inputs: first list of type: []uint32, second list of type: []int8.
ZipUint32Int8Ptr takes two inputs: first list of type: []uint32, second list of type: []int8.
ZipUint32IntPtr takes two inputs: first list of type: []uint32, second list of type: []int.
ZipUint32Ptr takes two inputs: first list of type: []uint32, second list of type: []uint32.
ZipUint32Str takes two inputs: first list of type: []uint32, second list of type: []string.
ZipUint32StrPtr takes two inputs: first list of type: []uint32, second list of type: []string.
ZipUint32Uint takes two inputs: first list of type: []uint32, second list of type: []uint.
ZipUint32Uint16 takes two inputs: first list of type: []uint32, second list of type: []uint16.
ZipUint32Uint16Ptr takes two inputs: first list of type: []uint32, second list of type: []uint16.
ZipUint32Uint64 takes two inputs: first list of type: []uint32, second list of type: []uint64.
ZipUint32Uint64Ptr takes two inputs: first list of type: []uint32, second list of type: []uint64.
ZipUint32Uint8 takes two inputs: first list of type: []uint32, second list of type: []uint8.
ZipUint32Uint8Ptr takes two inputs: first list of type: []uint32, second list of type: []uint8.
ZipUint32UintPtr takes two inputs: first list of type: []uint32, second list of type: []uint.
ZipUint64 takes two inputs: first list of type: []uint64, second list of type: []uint64.
ZipUint64Bool takes two inputs: first list of type: []uint64, second list of type: []bool.
ZipUint64BoolPtr takes two inputs: first list of type: []uint64, second list of type: []bool.
ZipUint64Float32 takes two inputs: first list of type: []uint64, second list of type: []float32.
ZipUint64Float32Ptr takes two inputs: first list of type: []uint64, second list of type: []float32.
ZipUint64Float64 takes two inputs: first list of type: []uint64, second list of type: []float64.
ZipUint64Float64Ptr takes two inputs: first list of type: []uint64, second list of type: []float64.
ZipUint64Int takes two inputs: first list of type: []uint64, second list of type: []int.
ZipUint64Int16 takes two inputs: first list of type: []uint64, second list of type: []int16.
ZipUint64Int16Ptr takes two inputs: first list of type: []uint64, second list of type: []int16.
ZipUint64Int32 takes two inputs: first list of type: []uint64, second list of type: []int32.
ZipUint64Int32Ptr takes two inputs: first list of type: []uint64, second list of type: []int32.
ZipUint64Int64 takes two inputs: first list of type: []uint64, second list of type: []int64.
ZipUint64Int64Ptr takes two inputs: first list of type: []uint64, second list of type: []int64.
ZipUint64Int8 takes two inputs: first list of type: []uint64, second list of type: []int8.
ZipUint64Int8Ptr takes two inputs: first list of type: []uint64, second list of type: []int8.
ZipUint64IntPtr takes two inputs: first list of type: []uint64, second list of type: []int.
ZipUint64Ptr takes two inputs: first list of type: []uint64, second list of type: []uint64.
ZipUint64Str takes two inputs: first list of type: []uint64, second list of type: []string.
ZipUint64StrPtr takes two inputs: first list of type: []uint64, second list of type: []string.
ZipUint64Uint takes two inputs: first list of type: []uint64, second list of type: []uint.
ZipUint64Uint16 takes two inputs: first list of type: []uint64, second list of type: []uint16.
ZipUint64Uint16Ptr takes two inputs: first list of type: []uint64, second list of type: []uint16.
ZipUint64Uint32 takes two inputs: first list of type: []uint64, second list of type: []uint32.
ZipUint64Uint32Ptr takes two inputs: first list of type: []uint64, second list of type: []uint32.
ZipUint64Uint8 takes two inputs: first list of type: []uint64, second list of type: []uint8.
ZipUint64Uint8Ptr takes two inputs: first list of type: []uint64, second list of type: []uint8.
ZipUint64UintPtr takes two inputs: first list of type: []uint64, second list of type: []uint.
ZipUint8 takes two inputs: first list of type: []uint8, second list of type: []uint8.
ZipUint8Bool takes two inputs: first list of type: []uint8, second list of type: []bool.
ZipUint8BoolPtr takes two inputs: first list of type: []uint8, second list of type: []bool.
ZipUint8Float32 takes two inputs: first list of type: []uint8, second list of type: []float32.
ZipUint8Float32Ptr takes two inputs: first list of type: []uint8, second list of type: []float32.
ZipUint8Float64 takes two inputs: first list of type: []uint8, second list of type: []float64.
ZipUint8Float64Ptr takes two inputs: first list of type: []uint8, second list of type: []float64.
ZipUint8Int takes two inputs: first list of type: []uint8, second list of type: []int.
ZipUint8Int16 takes two inputs: first list of type: []uint8, second list of type: []int16.
ZipUint8Int16Ptr takes two inputs: first list of type: []uint8, second list of type: []int16.
ZipUint8Int32 takes two inputs: first list of type: []uint8, second list of type: []int32.
ZipUint8Int32Ptr takes two inputs: first list of type: []uint8, second list of type: []int32.
ZipUint8Int64 takes two inputs: first list of type: []uint8, second list of type: []int64.
ZipUint8Int64Ptr takes two inputs: first list of type: []uint8, second list of type: []int64.
ZipUint8Int8 takes two inputs: first list of type: []uint8, second list of type: []int8.
ZipUint8Int8Ptr takes two inputs: first list of type: []uint8, second list of type: []int8.
ZipUint8IntPtr takes two inputs: first list of type: []uint8, second list of type: []int.
ZipUint8Ptr takes two inputs: first list of type: []uint8, second list of type: []uint8.
ZipUint8Str takes two inputs: first list of type: []uint8, second list of type: []string.
ZipUint8StrPtr takes two inputs: first list of type: []uint8, second list of type: []string.
ZipUint8Uint takes two inputs: first list of type: []uint8, second list of type: []uint.
ZipUint8Uint16 takes two inputs: first list of type: []uint8, second list of type: []uint16.
ZipUint8Uint16Ptr takes two inputs: first list of type: []uint8, second list of type: []uint16.
ZipUint8Uint32 takes two inputs: first list of type: []uint8, second list of type: []uint32.
ZipUint8Uint32Ptr takes two inputs: first list of type: []uint8, second list of type: []uint32.
ZipUint8Uint64 takes two inputs: first list of type: []uint8, second list of type: []uint64.
ZipUint8Uint64Ptr takes two inputs: first list of type: []uint8, second list of type: []uint64.
ZipUint8UintPtr takes two inputs: first list of type: []uint8, second list of type: []uint.
ZipUintBool takes two inputs: first list of type: []uint, second list of type: []bool.
ZipUintBoolPtr takes two inputs: first list of type: []uint, second list of type: []bool.
ZipUintFloat32 takes two inputs: first list of type: []uint, second list of type: []float32.
ZipUintFloat32Ptr takes two inputs: first list of type: []uint, second list of type: []float32.
ZipUintFloat64 takes two inputs: first list of type: []uint, second list of type: []float64.
ZipUintFloat64Ptr takes two inputs: first list of type: []uint, second list of type: []float64.
ZipUintInt takes two inputs: first list of type: []uint, second list of type: []int.
ZipUintInt16 takes two inputs: first list of type: []uint, second list of type: []int16.
ZipUintInt16Ptr takes two inputs: first list of type: []uint, second list of type: []int16.
ZipUintInt32 takes two inputs: first list of type: []uint, second list of type: []int32.
ZipUintInt32Ptr takes two inputs: first list of type: []uint, second list of type: []int32.
ZipUintInt64 takes two inputs: first list of type: []uint, second list of type: []int64.
ZipUintInt64Ptr takes two inputs: first list of type: []uint, second list of type: []int64.
ZipUintInt8 takes two inputs: first list of type: []uint, second list of type: []int8.
ZipUintInt8Ptr takes two inputs: first list of type: []uint, second list of type: []int8.
ZipUintIntPtr takes two inputs: first list of type: []uint, second list of type: []int.
ZipUintPtr takes two inputs: first list of type: []uint, second list of type: []uint.
ZipUintStr takes two inputs: first list of type: []uint, second list of type: []string.
ZipUintStrPtr takes two inputs: first list of type: []uint, second list of type: []string.
ZipUintUint16 takes two inputs: first list of type: []uint, second list of type: []uint16.
ZipUintUint16Ptr takes two inputs: first list of type: []uint, second list of type: []uint16.
ZipUintUint32 takes two inputs: first list of type: []uint, second list of type: []uint32.
ZipUintUint32Ptr takes two inputs: first list of type: []uint, second list of type: []uint32.
ZipUintUint64 takes two inputs: first list of type: []uint, second list of type: []uint64.
ZipUintUint64Ptr takes two inputs: first list of type: []uint, second list of type: []uint64.
ZipUintUint8 takes two inputs: first list of type: []uint, second list of type: []uint8.
ZipUintUint8Ptr takes two inputs: first list of type: []uint, second list of type: []uint8.

# Structs

No description provided by the author