effect-io-ai

Package: effect
Module: TPriorityQueue

TPriorityQueue.offerAll

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>; }

Source

Since v2.0.0