effect-io-ai

Package: effect
Module: Chunk

Chunk.drop

Drops the first up to n elements from the chunk

Signature

declare const drop: { (n: number): <A>(self: Chunk<A>) => Chunk<A>; <A>(self: Chunk<A>, n: number): Chunk<A>; }

Source

Since v2.0.0