Package: effect
Module: TPriorityQueue
Offers all of the elements in the specified collection to the queue.
Signature
declare const offerAll: { <A>(values: Iterable<A>): (self: TPriorityQueue<A>) => STM.STM<void>; <A>(self: TPriorityQueue<A>, values: Iterable<A>): STM.STM<void>; }
Since v2.0.0