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 / NodeColor
Enum representing the color of a node in a red-black tree.
The NodeColor enum has two possible values:
This is used for maintaining the balance of a red-black tree during insertions and deletions.
BLACK:
"BLACK"
shared/ds/tree/NodeColor.ts:14
RED:
"RED"