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

Function empty

packages/effect/src/Order.ts:117–117  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

115 * @since 2.0.0
116 */
117export const empty = <A>(): Order<A> => make(() => 0)
118
119/**
120 * @category combining

Callers 2

combineAllFunction · 0.70
reverseFunction · 0.70

Calls 1

makeFunction · 0.70

Tested by

no test coverage detected