Versions in this module Expand all Collapse all v1 v1.0.0 Jan 5, 2022 Changes in this version + type Item struct + type Queue []*Item + func (m *Queue) Pop() interface{} + func (m *Queue) Push(d interface{}) + func (m Queue) Len() int + func (m Queue) Less(i, j int) bool + func (m Queue) Swap(i, j int)