Static Methodpointfreeco.swift-dependencies 1.6.2Dependencies
constant(_:)
A generator that returns a constant UUID.
static func constant(_ uuid: UUID) -> UUIDGenerator
Parameters
- uuid
A UUID to return.
Returns
A generator that always returns the given UUID.