index
:
gleam_aoc
main
gleam aoc
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
aoc2023
/
build
/
packages
/
gleam_stdlib
/
include
/
gleam@queue_Queue.hrl
blob: 88ac25ed0a7fb6d0919583c87283fc94031548f4 (
plain
)
1
-
record
(
queue
,
{
in
::
list
(
any
()),
out
::
list
(
any
())}).