a library to speed up the development of Fivem scripts and frameworks
fivem-ts - Documentation v0.7.5 • Docs
fivem-ts - Documentation v0.7.5 / Shared / IQueue
Interface representing a generic queue.
• T
The type of value stored in the queue.
dequeue():
T
T
enqueue(
item
):void
• item: T
void
isEmpty():
boolean
boolean
peek():
T
T
size():
number
number