package
0.38.0-preview.0
Repository: https://github.com/onflow/flow-go.git
Documentation: pkg.go.dev

# Functions

AreStringSlicesEqual returns true if the two string slices are equal.
Concat concatenates multiple []byte into one []byte with efficient one-time allocation.
EnsureByteSliceSize returns a copy of input bytes with given length trimming or left-padding with zero bytes accordingly.
MakeRange returns a slice of int from [min, max].
StringSliceContainsElement returns true if the string slice contains the element.