effect-io-ai

Package: effect
Module: TQueue

TQueue.capacity

Returns the number of elements the queue can hold.

Signature

declare const capacity: <A>(self: TDequeue<A> | TEnqueue<A>) => number

Source

Since v2.0.0