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

Function last

repos/effect/packages/effect/src/Array.ts:1134–1135  ·  view source on GitHub ↗
(self: ReadonlyArray<A>)

Source from the content-addressed store, hash-verified

1132 * wrapper).
1133 *
1134 * **When to use**
1135 *
1136 * Use to get the last element without `Option` wrapping when the array is known
1137 * to be non-empty.
1138 *

Callers

nothing calls this directly

Calls 2

lastNonEmptyFunction · 0.85
someMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…