Package: effect
Module: Array
Separates an Iterable into two arrays based on a predicate.
Signature
declare const separate: <T extends Iterable<Either.Either<any, any>>>(self: T) => [Array<Either.Either.Left<ReadonlyArray.Infer<T>>>, Array<Either.Either.Right<ReadonlyArray.Infer<T>>>]
Since v2.0.0