sily v3.0.0 (2023-10-17T16:22:24Z)
Dub
Repo
Queue.opOpAssign
sily
queue
Queue
opOpAssign x += y == x.push(y)
struct
Queue
(T)
Queue
!
T
opOpAssign
(
string
op
)
(
in
T
b
)
if
(
op
== "+"
)
Meta
Source
See Implementation
sily
queue
Queue
constructors
this
functions
clear
limitLength
opOpAssign
pop
push
toArray
toString
properties
empty
front
length
opOpAssign x += y == x.push(y)