Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ tailNonEmpty
Function
tailNonEmpty
packages/effect/src/Chunk.ts:1123–1123 ·
view source on GitHub ↗
(self: NonEmptyChunk<A>)
Source
from the content-addressed store, hash-verified
1121
* @category elements
1122
*/
1123
export
const
tailNonEmpty = <A>(self: NonEmptyChunk<A>): Chunk<A> => drop(self, 1)
1124
1125
/**
1126
* Takes the last `n` elements.
Callers
nothing calls this directly
Calls
1
drop
Function · 0.85
Tested by
no test coverage detected