func container/heap.Pop

2 uses

	container/heap (current package)
		heap.go#L59: func Pop(h Interface) any {

	go/types
		initorder.go#L70: 		n := heap.Pop(&pq).(*graphNode)