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

Function unprepend

repos/effect/packages/effect/src/Array.ts:1025–1027  ·  view source on GitHub ↗
(
  self: NonEmptyReadonlyArray<A>
)

Source from the content-addressed store, hash-verified

1023 *
1024 * @see {@link unappend} for splitting a non-empty array into init and last
1025 * @see {@link headNonEmpty} for getting only the first element
1026 * @see {@link tailNonEmpty} for getting only the elements after the first
1027 *
1028 * @category splitting
1029 * @since 2.0.0
1030 */

Callers

nothing calls this directly

Calls 1

tailNonEmptyFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…