effect-io-ai

Package: effect
Module: List

List.size

Returns the number of elements contained in the specified List

Signature

declare const size: <A>(self: List<A>) => number

Source

Since v2.0.0