Skip to content

Operator

^(_:_:)

Returns the result of performing a bitwise XOR operation on the two given futures
static func ^ (lhs: EventLoopFuture<Value>, rhs: EventLoopFuture<Value>) -> EventLoopFuture<Value>

See Also

EventLoopFuture operators