# 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.