effect-io-ai

Package: effect
Module: List

List.reverse

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