container/heap.Interface.Pop (method)

3 uses

	container/heap (current package)
		heap.go#L34: 	Pop() any   // remove and return element Len() - 1.
		heap.go#L63: 	return h.Pop()
		heap.go#L76: 	return h.Pop()