sily v2.1.0 (2023-05-09T12:51:23Z)
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)