MCPcopy Create free account
hub / github.com/effect-app/libs / toArray_

Function toArray_

packages/effect-app/src/Set.ts:114–116  ·  view source on GitHub ↗
(x: Set<A>, O: Order.Order<A>)

Source from the content-addressed store, hash-verified

112 * Convert a set to an Array
113 */
114export function toArray_<A>(x: Set<A>, O: Order.Order<A>): ReadonlyArray<A> {
115 return toArray(O)(x)
116}
117
118// /**
119// * Get Equivalence for Setgiven Equivalence for element

Callers

nothing calls this directly

Calls 1

toArrayFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…