Package: effect Module: MutableQueue
effect
MutableQueue
Returns the current number of elements in the queue.
Signature
declare const length: <A>(self: MutableQueue<A>) => number
Source
Since v2.0.0