effect-io-ai

Package: effect
Module: List

List.nil

Constructs a new empty List<A>.

Signature

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

Source

Since v2.0.0