spasm v0.2.0-beta.8 (2020-09-12T08:27:15Z)
Dub
Repo
Throwable.TraceInfo
object
Throwable
Undocumented in source.
class
Throwable
interface
TraceInfo {
int
opApply
(int delegate(ref const(char[])) );
int
opApply
(int delegate(ref size_t, ref const(char[])) );
string
toString
();
}
Members
Functions
opApply
int
opApply
(int delegate(ref const(char[])) )
Undocumented in source.
opApply
int
opApply
(int delegate(ref size_t, ref const(char[])) )
Undocumented in source.
toString
string
toString
()
Undocumented in source.
Meta
Source
See Implementation
object
Throwable
constructors
this
destructors
~this
functions
message
opApply
refcount
interfaces
TraceInfo
properties
next
static functions
chainTogether
variables
file
info
line
msg