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 / IStack
Interface representing a stack data structure.
• T
The type of elements held in the stack.
isEmpty():
boolean
boolean
isFull():
boolean
boolean
peek():
T
T
pop():
T
T
push(
item
):void
• item: T
void
size():
number
number