MCPcopy
hub / github.com/Effect-TS/effect / reverse

Function reverse

packages/effect/src/Order.ts:74–74  ·  view source on GitHub ↗
(O: Order<A>)

Source from the content-addressed store, hash-verified

72 * @since 2.0.0
73 */
74export const reverse = <A>(O: Order<A>): Order<A> => make((self, that) => O(that, self))
75
76/**
77 * @category combining

Callers

nothing calls this directly

Calls 1

makeFunction · 0.70

Tested by

no test coverage detected