container/heap.Interface.Pop (method)

3 uses

	container/heap (current package)
		heap.go#L35: 	Pop() any   // remove and return element Len() - 1.
		heap.go#L64: 	return h.Pop()
		heap.go#L77: 	return h.Pop()