Versions in this module Expand all Collapse all v0 v0.1.0 Apr 8, 2024 Changes in this version + type Queue struct + func NewQueue[T any]() *Queue[T] + func (q *Queue[T]) DeQueue() T + func (q *Queue[T]) EnQueue(v T) + func (q *Queue[T]) Len() int