compare/compare library

Functions

bytesEqual(List<int>? a, List<int>? b) bool
Compare two lists of bytes for equality. This function compares two lists of bytes 'a' and 'b' for equality. It returns true if the lists are equal (including null check), false if they have different lengths or contain different byte values, and true if the lists reference the same object.
isLessThanBytes(List<int> thashedA, List<int> thashedB) bool
iterableIsEqual<T>(Iterable<T>? a, Iterable<T>? b) bool
Compare two lists of bytes for equality. This function compares two lists of bytes 'a' and 'b' for equality. It returns true if the lists are equal (including null check), false if they have different lengths or contain different byte values, and true if the lists reference the same object.