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

Function tail

repos/effect/packages/effect/src/Array.ts:1187–1190  ·  view source on GitHub ↗
(self: Iterable<A>)

Source from the content-addressed store, hash-verified

1185/**
1186 * Returns all elements except the first of a `NonEmptyReadonlyArray`.
1187 *
1188 * **When to use**
1189 *
1190 * Use to get all elements after the first when the array is known to be non-empty.
1191 *
1192 * **Example** (Getting the tail of a non-empty array)
1193 *

Callers

nothing calls this directly

Calls 3

someMethod · 0.80
fromIterableFunction · 0.70
tailNonEmptyFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…