Skip to main content
Enumeration
enum Either<Create, Get> where Create : Sendable, Get : Sendable

Enumeration Cases

Either.create(_:)

case create(Create)

Either.get(_:)

case get(Get)