Avatar
@swift-6.1-dev -swift-version 6 func withValueImpl<R>( operation: () async throws -> R ) async rethrows -> R { return try await operation() }