Function BinaryHeap.Remove

Remove (UnsafeSpan<PathNode> nodes, out uint g, out uint h)

Returns the node with the lowest F score from the heap.

Public
Remove (refUnsafeSpan<PathNode> nodes, refBinaryHeap binaryHeap, out uint removedTieBreaker, out uint removedF)
Public Static