effect-io-ai

Package: effect
Module: List

List.compact

Removes all None values from the specified list.

Signature

declare const compact: <A>(self: List<Option.Option<A>>) => List<A>

Source

Since v2.0.0