effect-io-ai

Package: effect
Module: MutableQueue

MutableQueue.length

Returns the current number of elements in the queue.

Signature

declare const length: <A>(self: MutableQueue<A>) => number

Source

Since v2.0.0