Skip to main content

include/fused@internal@queue_Queue.hrl

-record(queue, {push :: list(any()), pop :: list(any())}).