Package: effect
Module: MutableQueue
Enqueues a collection of values into the queue.
Returns a Chunk of the values that were not able to be enqueued.
Signature
declare const offerAll: { <A>(values: Iterable<A>): (self: MutableQueue<A>) => Chunk.Chunk<A>; <A>(self: MutableQueue<A>, values: Iterable<A>): Chunk.Chunk<A>; }
Since v2.0.0