MCPcopy
hub / github.com/Effect-TS/effect / List.ts

File List.ts

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

Source from the content-addressed store, hash-verified

1/**
2 * A data type for immutable linked lists representing ordered collections of elements of type `A`.
3 *
4 * This data type is optimal for last-in-first-out (LIFO), stack-like access patterns. If you need another access pattern, for example, random access or FIFO, consider using a collection more suited to this than `List`.

Callers

nothing calls this directly

Calls 15

isNilFunction · 0.85
makeConsFunction · 0.85
isConsFunction · 0.85
noneInFunction · 0.85
dropFunction · 0.85
createMethod · 0.80
getEquivalenceFunction · 0.70
ofFunction · 0.70
consFunction · 0.70
sizeFunction · 0.70
fFunction · 0.70
fromIterableFunction · 0.70

Tested by

no test coverage detected