effect-io-ai

Package: effect
Module: List

List.empty

Constructs a new empty List<A>.

Alias of nil.

Signature

declare const empty: <A = never>() => List<A>

Source

Since v2.0.0