Uniq.UUID.compare

You're seeing just the function compare, go back to Uniq.UUID module for more information.

Specs

compare(String.t() | info(), String.t() | info()) :: :lt | :eq | :gt

Compares two UUIDs, using their canonical 128-bit integer form, as described in RFC 4122.

You may provide the UUIDs in either string, binary, or as a Uniq.UUID struct.