Package: effect Module: List
effect
List
Returns a new list with the elements of the specified list in reverse order.
Signature
declare const reverse: <A>(self: List<A>) => List<A>
Source
Since v2.0.0