Hierarchy

  • Queue

Properties

linked?: LinkedNode[]
mutable: boolean

Maps link IDs to the node IDs that need them.

nodes: Record<NodeID, {
    children: NodeID[];
    count: number;
}>

Maps node IDs to the Nodes & a number of links it awaits on.

Type declaration

  • children: NodeID[]
  • count: number

Generated using TypeDoc