jaypha-base ~master (2017-04-21T07:13:56Z)
Dub
Repo
Stack
jaypha
container
stack
Undocumented in source.
struct
Stack (
E
) {
void
put
(E e);
bool
empty
[@property getter];
E
front
[@property getter];
void
popFront
();
void
clear
();
}
Members
Functions
clear
void
clear
()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void
popFront
()
Undocumented in source. Be warned that the author may not have intended to support it.
put
void
put
(E e)
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
empty
bool
empty
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
front
E
front
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
jaypha
container
stack
structs
Stack