Package: effect
Module: List
Prepends the specified prefix list (in reverse order) to the beginning of the specified list.
Signature
declare const prependAllReversed: { <B>(prefix: List<B>): <A>(self: List<A>) => List<A | B>; <A, B>(self: List<A>, prefix: List<B>): List<A | B>; }
Since v2.0.0