Current section

Files

Jump to
yog include yog@internal@queue_Queue.hrl
Raw

include/yog@internal@queue_Queue.hrl

-record(queue, {front :: list(any()), back :: list(any())}).