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