tagion v1.0.3-rc1 (2023-12-18T15:15:15Z)
Dub
Repo
Stack.Element
tagion
betterC
utils
Stack
Stack
Undocumented in source.
struct
Stack
(T)
@
nogc
struct
Element {
Element
*
next
;
T
value
;
}
Members
Variables
next
Element
*
next
;
Undocumented in source.
value
T
value
;
Undocumented in source.
Meta
Source
See Implementation
tagion
betterC
utils
Stack
Stack
destructors
~this
functions
dispose
opSlice
pop
push
properties
empty
length
top
structs
Element
Range
variables
root