Package: effect Module: List
effect
List
Drops the first n elements from the specified list.
n
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