Logo Mibo

MinHeap Type

Min-heap priority queue for A* pathfinding over a pooled backing array.

Record fields

Record Field Description

Count

Full Usage: Count

Field type: int
Modifiers: mutable
Field type: int

Items

Full Usage: Items

Field type: AStarNode[]
Modifiers: mutable
Field type: AStarNode[]

Type something to start searching.