UUID
Index
Codec
__decode__
Returns the decoded
input
,Result.Ok
orResult.Error()
__encode__
Returns the encoded
input
__schema__
Returns the JSONSchema corresponding to the decoded type
Constructor
empty
Returns an
UUID
with only0
of
UUID constructor
Formatting
asString
Converts the given value to a String.
Type
__inspect__
When defined, returns a custom string representation. To be useful, it should be bound to a prototype (ex: Struct)
asInstance
Try to convert anyValue to enum value or else returns
Option.None
hasInstance
Return
true
if the given value is an instance of the class.
Other
typeName
Re-exports typeName
readonlyid
Application id
readonlyinitialConfiguration
Application initial configuration
readonlystate
Ref to application state
__call__
configure
Return the configuration value
get
Return the configuration value
Type parameters
- Key: randomUUIDGenerator
toBigInt
Returns a bigint from UUID
toUint32Array
Converts a UUID to an array of uint32 values.
unwrap
Convert a tagged value to the underlying type
wrap
Convert an underlying type to a tagged type
UUID namespace