MCPcopy Create free account
hub / github.com/Effect-TS/effect / Iterable.ts

File Iterable.ts

packages/effect/src/Iterable.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/**
2 * Works with JavaScript values that implement `[Symbol.iterator]`.
3 *
4 * Iterables include arrays, strings, generators, sets, and custom lazy

Callers

nothing calls this directly

Calls 12

isBooleanFunction · 0.90
makeByFunction · 0.85
prependAllFunction · 0.85
appendAllFunction · 0.85
mapFunction · 0.85
predicateFunction · 0.85
someMethod · 0.80
pushMethod · 0.80
flattenFunction · 0.70
containsWithFunction · 0.70
fFunction · 0.50
succeedMethod · 0.45

Tested by

no test coverage detected