effect-io-ai

Package: effect
Module: List

List.drop

Drops the first n elements from the specified list.

Signature

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

Source

Since v2.0.0