# Functions
AllToString converts a slice of Ids into a slice of strings.
Compare compares two Ids.
No description provided by the author
FromBytes converts a byte slice into an Id.
No description provided by the author
No description provided by the author
MustParse parses a string into an Id.
No description provided by the author
NewID computes a UUID string hashing the provided values.
OrDefault returns the defaultId if id is empty, otherwise returns id.
OrNew returns a new Id if id is empty, otherwise returns id.
Parse parses a string into an Id.
SelfOrNew returns a new Id if id is empty, otherwise returns id Deprecated: use OrNew instead.
ToBytes converts an Id into a byte slice.
# Type aliases
Id is a generic identifier for entities.