Versions in this module Expand all Collapse all go1 go1.18.10 Jan 10, 2023 Changes in this version + func Fix(h Interface, i int) + func Init(h Interface) + func Pop(h Interface) any + func Push(h Interface, x any) + func Remove(h Interface, i int) any + type Interface interface + Pop func() any + Push func(x any)