effect-io-ai

Package: effect
Module: MutableList

MutableList.empty

Creates an empty MutableList.

Signature

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

Source

Since v2.0.0