tango v1.0.0+2.066 (2014-08-19T00:10:20Z)
Home
Dub
Repo
UtfException
tango
text
Regex
Undocumented in source.
class
UtfException :
Exception
{
size_t
idx
;
this
(immutable(char)[] s, size_t i);
}
Constructors
this
this
(immutable(char)[] s, size_t i)
Undocumented in source.
Members
Variables
idx
size_t
idx
;
index in string of where error occurred
Inherited Members
From Exception
FrameInfo
struct
FrameInfo
Undocumented in source.
TraceInfo
interface
TraceInfo
Undocumented in source.
msg
char
[]
msg
;
Undocumented in source.
file
char
[]
file
;
Undocumented in source.
line
size_t
line
;
Undocumented in source.
info
TraceInfo
info
;
Undocumented in source.
next
Exception
next
;
Undocumented in source.
toString
char
[]
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
writeOutMsg
void
writeOutMsg
(void delegate(char[]) sink)
Undocumented in source. Be warned that the author may not have intended to support it.
writeOut
void
writeOut
(void delegate(char[]) sink)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
tango
text
Regex
aliases
Regex
classes
RegExpException
RegExpT
UtfException
functions
_bug
decode
encode
isValidDchar
main
quickSort
structs
CharClass
CharRange