# Functions
AverageElemF computes the mean value of vs.$ AverageElemF panics if len(vs) = 0.
F64ToS converts float to string using the maximum accuracy.
FindRegexGroups returns a map containing the group names as keys and the values matched as values, if the string value matches the regex.
JoinInt64 is the int64 equivalent of strings.Join.
No description provided by the author
MaxElemF computes the meax value of vs MaxElemF panics if len(vs)=0.
MaxI computes the max value between two integers.
MergeErrors, appending texts if priorityToErr is true, priority to the fatal error then to the temporary else, priority to no error, then to the temporary and finally to the fatal error.
MinElemF computes the min value of vs.
MinI computes the min value between two integers.
SliceByteToComplex64 converts a slice of byte to a slice of complex64.
SliceByteToFloat32 converts a slice of byte to a slice of float32.
SliceByteToFloat64 converts a slice of byte to a slice of float34.
SliceByteToInt16 converts a slice of byte to a slice of int16.
SliceByteToInt32 converts a slice of byte to a slice of int32.
SliceByteToInt8 converts a slice of byte to a slice of int8.
SliceByteToUInt16 converts a slice of byte to a slice of uint16.
SliceByteToUInt32 converts a slice of byte to a slice of uint32.
SliceFloat64Equal returns true if the two slices contain the same elements.
SliceInt64Equal returns true if the two slices contain the same elements.
Temporary inspects the error trace and returns whether the error is transient.
ToSliceByte converts an unsafe.Pointer to a slice of byte Usage: f := []float64{1.0, 2.0, 3.0} b := ToSliceByte(unsafe.Pointer(&f[0]), len(f)*8).
No description provided by the author
# Constants
AuthorizationHeader is the header key to get the authorization token.
ESRIAuthorizationHeader is the header key to get the authorization token.
# Structs
ErrWaitGroup is a collection of goroutines working on subtasks that are part of the same overall task.
TokenAuth to use with grpc.WithPerRPCCredentials.
# Type aliases
StringSet is a set of strings (all elements are unique).