m3 ~master (2015-04-08T21:25:04Z)
Home
Dub
Repo
Stack.Node
m3
Stack
Stack
Undocumented in source.
struct
Stack
(T)
static
struct
Node {
T
value
;
Node
*
previous
;
}
Members
Variables
previous
Node
*
previous
;
Undocumented in source.
value
T
value
;
Undocumented in source.
Meta
Source
See Implementation
m3
Stack
Stack
destructors
~this
functions
pop
push
properties
length
top
structs
Node