ExceptionStack

Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

find
size_t find(Throwable e)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
inout(Throwable) opIndex(size_t idx)
Undocumented in source. Be warned that the author may not have intended to support it.
pop
Throwable pop()
Undocumented in source. Be warned that the author may not have intended to support it.
push
void push(Throwable e)
Undocumented in source. Be warned that the author may not have intended to support it.
shrink
void shrink(size_t sz)
Undocumented in source. Be warned that the author may not have intended to support it.
swap
void swap(ExceptionStack other)
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.
length
size_t length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta