A shorthand function for new UUID(uuid)
new UUID(uuid)
uuid(4) and uuid(7) are equivalent to UUID.v4() and UUID.v7(), respectively.
uuid(4)
uuid(7)
UUID.v4()
UUID.v7()
A shorthand function for
new UUID(uuid)
uuid(4)
anduuid(7)
are equivalent toUUID.v4()
andUUID.v7()
, respectively.