Package: effect
Module: MutableQueue
The maximum number of elements that a queue can hold.
Note: unbounded queues can still implement this interface with
capacity = Infinity.
Signature
declare const capacity: <A>(self: MutableQueue<A>) => number
Since v2.0.0