Versions in this module Expand all Collapse all v1 v1.1.0 Oct 27, 2021 v1.0.0 Aug 30, 2018 Changes in this version + type Float32Queue struct + func NewFloat32Queue() *Float32Queue + func (q *Float32Queue) Pop() float32 + func (q *Float32Queue) Push(item float32) + type IntQueue struct + func NewIntQueue() *IntQueue + func (q *IntQueue) Pop() int + func (q *IntQueue) Push(item int) + type Something generic.Type + type SomethingQueue struct + func NewSomethingQueue() *SomethingQueue + func (q *SomethingQueue) Pop() Something + func (q *SomethingQueue) Push(item Something)