Bases: SimpleQueue, Generic[ElemType]
flowchart TD
kirin.worklist.WorkList[WorkList]
click kirin.worklist.WorkList href "" "kirin.worklist.WorkList"
The worklist data structure.
The worklist is a stack that allows for O(1) removal of elements from the stack.