areInIncreasingOrder
A closure that receives two elements and returns true if they are in increasing order.
Declaration
let areInIncreasingOrder: (Upstream.Output, Upstream.Output) throws -> BoolA closure that receives two elements and returns true if they are in increasing order.
let areInIncreasingOrder: (Upstream.Output, Upstream.Output) throws -> Bool