and

infix fun Uuid.and(other: Uuid): Uuid

Creates a new UUID by doing a binary AND operation on bits of both UUIDs.

Return

The result of merging UUIDs using binary AND.

Parameters

other

The UUID to do binary AND operation with.