Versions in this module Expand all Collapse all v0 v0.0.2 Jun 13, 2024 v0.0.1 May 28, 2024 Changes in this version + func Fix(h Interface, i int) + func Init(h Interface) + func Pop(h Interface) interface + func Push(h Interface, x interface{}) + func Remove(h Interface, i int) interface + type Interface interface + Pop func() interface{} + Push func(interface{})