# Functions
FromArray constructs a GUID from a big-endian encoding array of 16 bytes.
FromString parses a string containing a GUID and returns the GUID.
FromWindowsArray constructs a GUID from a Windows encoding array of bytes.
NewV4 returns a new version 4 (pseudorandom) GUID, as defined by RFC 4122.
NewV5 returns a new version 5 (generated from a string via SHA-1 hashing) GUID, as defined by RFC 4122.
# Constants
The variants specified by RFC 4122 section 4.1.1.
The variants specified by RFC 4122 section 4.1.1.
The variants specified by RFC 4122 section 4.1.1.
RFC 4122.
VariantUnknown specifies a GUID variant which does not conform to one of the variant encodings specified in RFC 4122.