package
0.0.0-20210911005019-8a26e672d2db
Repository: https://github.com/renyddd/golang.git
Documentation: pkg.go.dev
# Interfaces
Interface 注意如下接口中的 pop,push 方法(绑定了结构体的)是为了该包中堆的实现 也是从自定义的元素中,真正向末尾添加 or 删除首元素的方法 要想从堆中添加或移除元素请使用(包名)heap.Pop or heap.Push.