UUID.uuidVersion

Version uuidVersion() @safe pure nothrow @nogc @property const

RFC 4122 defines different UUID versions. The version shows how a UUID was generated, e.g. a version 4 UUID was generated from a random number, a version 3 UUID from an MD5 hash of a name. Returns the version used by this UUID.

See Also

UUID.Version, Version