Versions in this module Expand all Collapse all v1 v1.0.0 Aug 30, 2018 Changes in this version + type IntQueue struct + func NewIntQueue() *IntQueue + func (q *IntQueue) Pop() int + func (q *IntQueue) Push(item int)