effect-io-ai

Package: effect
Module: Iterable

Iterable.size

Return the number of elements in a Iterable.

Signature

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

Source

Since v2.0.0