Type alias BucketQueuePushArguments<T>

BucketQueuePushArguments<T>: T[]

Defines an array of arguments that can be passed to the push method of the BucketQueue class.

Typeparam

T Type of items in the queue.

Type Parameters

  • T = any

Generated using TypeDoc