Function BinaryHeap.Remove
        
                Remove
        
                (UnsafeSpan<PathNode> nodes, out uint g, out uint f)
    
            
            Returns the node with the lowest F score from the heap.
                Public
            
        
        
                Remove
        
                (refUnsafeSpan<PathNode> nodes, refBinaryHeap binaryHeap, out uint removedG, out uint removedF)
    
            
            
                Public
                    Static