Results for “Std.Uuid.Uuid”
11 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Uuid.Uuid
A universally unique identifier: sixteen bytes, whatever produced them.
- Std.Uuid.equal
&Std.Uuid.Uuid -> &Std.Uuid.Uuid -> BoolWhether two identifiers are the same, compared as the numbers they are.
- Std.Uuid.fromBytes
&Bytes -> Result[Std.Uuid.Uuid, Std.Uuid.UuidError]An identifier from sixteen bytes, or the count that was not sixteen.
- Std.Uuid.fromText
Str -> Result[Std.Uuid.Uuid, Std.Uuid.UuidError]The identifier text names, hyphenated or not.
- Std.Uuid.isNil
&Std.Uuid.Uuid -> BoolWhether an identifier is the one that names nothing.
- Std.Uuid.nil
Std.Uuid.UuidThe identifier whose every byte is zero, which names nothing.
- Std.Uuid.toBytes
&Std.Uuid.Uuid -> BytesThe sixteen bytes an identifier is.
- Std.Uuid.toText
&Std.Uuid.Uuid -> StrThe hyphenated lower-case form an identifier is quoted in.
- Std.Uuid.version4
&Std.Random.Generator -> (Std.Random.Generator, Std.Uuid.Uuid)A random identifier.
- Std.Uuid.version7
&Std.Random.Generator -> Int -> (Std.Random.Generator, Std.Uuid.Uuid)An identifier that sorts by when it was made.
- Std.Uuid.versionOf
&Std.Uuid.Uuid -> IntWhich scheme produced an identifier, read from the byte that records it.
