package
0.0.0-20240826130954-40fd50bc6bd8
Repository: https://github.com/zhao520a1a/go-utils.git
Documentation: pkg.go.dev
# Functions
ByteFilter keeps all elements of []Byte that get true from function filter.
ByteForEach applies the function do on each element of []Byte.
ByteIn checks whether the element is in []Byte.
ByteIntersect computes the intersection of two []Byte.
ByteRemove removes the element from []Byte.
ByteReverseInPlace reverses the []Byte in place.
Float64Filter keeps all elements of []Float64 that get true from function filter.
Float64ForEach applies the function do on each element of []Float64.
Float64In checks whether the element is in []Float64.
Float64Intersect computes the intersection of two []Float64.
Float64Remove removes the element from []Float64.
Float64ReverseInPlace reverses the []Float64 in place.
Int64Filter keeps all elements of []Int64 that get true from function filter.
Int64ForEach applies the function do on each element of []Int64.
Int64In checks whether the element is in []Int64.
Int64Intersect computes the intersection of two []Int64.
Int64Remove removes the element from []Int64.
Int64ReverseInPlace reverses the []Int64 in place.
InterfaceFilter keeps all elements of []Interface that get true from function filter.
InterfaceForEach applies the function do on each element of []Interface.
InterfaceIn checks whether the element is in []Interface.
InterfaceIntersect computes the intersection of two []Interface.
InterfaceRemove removes the element from []Interface.
InterfaceReverseInPlace reverses the []Interface in place.
IntFilter keeps all elements of []Int that get true from function filter.
IntForEach applies the function do on each element of []Int.
IntIn checks whether the element is in []Int.
IntIntersect computes the intersection of two []Int.
IntRemove removes the element from []Int.
IntReverseInPlace reverses the []Int in place.
StringFilter keeps all elements of []String that get true from function filter.
StringForEach applies the function do on each element of []String.
StringIn checks whether the element is in []String.
StringIntersect computes the intersection of two []String.
StringRemove removes the element from []String.
StringReverseInPlace reverses the []String in place.
TFilter keeps all elements of []T that get true from function filter.
TForEach applies the function do on each element of []T.
TIn checks whether the element is in []T.
TIntersect computes the intersection of two []T.
TRemove removes the element from []T.
TReverseInPlace reverses the []T in place.