effect-io-ai

Package: effect
Module: MutableQueue

MutableQueue.isFull

Returns true if the queue is full, false otherwise.

Signature

declare const isFull: <A>(self: MutableQueue<A>) => boolean

Source

Since v2.0.0