Versions in this module Expand all Collapse all v0 v0.0.2 Sep 24, 2022 v0.0.1 Sep 24, 2022 Changes in this version + type Queue struct + func New() *Queue[T] + func (q *Queue[T]) Len() int32 + func (q *Queue[T]) Pop() (ret T, ok bool) + func (q *Queue[T]) Push(value T)