constant(_:)

A generator that returns a constant UUID.

UUID.swift:84
static func constant(_ uuid: UUID) -> UUIDGenerator

Parameters

uuid

A UUID to return.

Returns

A generator that always returns the given UUID.