Versions in this module Expand all Collapse all v1 v1.0.0 Mar 9, 2025 Changes in this version + type Pointer interface + type QueueValidationInterface interface + Dequeue func() (T, bool) + Enqueue func(T) + FreeSlots func() uint64 + UsedSlots func() uint64