associatedtype Value : Sendable
s5Utils14AsyncBijectionP5ValueQa
FZO1
import Utils
protocol AsyncBijection : Sendable
protocol Sendable
func apply(_ value: Value) async -> Value
func inverseApply(_ value: Value) async -> Value
associatedtype Value