clockSequenceHigh property

int clockSequenceHigh

The high field of the clock sequence without the variant.

Note that this is only correct for UUIDs of the variant laid out in RFC 4122 because others may use fewer or more variant bits.

Implementation

int get clockSequenceHigh => clockSequenceHighAndReserved & 0x3F;