Package: effect
Module: List
Splits the specified list into two lists at the specified index.
Signature
declare const splitAt: { (n: number): <A>(self: List<A>) => [beforeIndex: List<A>, fromIndex: List<A>]; <A>(self: List<A>, n: number): [beforeIndex: List<A>, fromIndex: List<A>]; }
Since v2.0.0