ItemQueueItems.enqueue method
ItemQueueItems › enqueue
Unofficial
Add an item to the end of the queue.Signature:
enqueue(item: T): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| item | T | Item to enqueue. |
Returns: void
ItemQueueItems › enqueue
Unofficial
Add an item to the end of the queue.Signature:
enqueue(item: T): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| item | T | Item to enqueue. |
Returns: void