dtrie ~master (2022-04-12T05:46:06.172582)
Dub
Repo
IndexError
lib
exception
Raised when a sequence subscript is out of range.
class
IndexError : Error {
this
(string msg);
}
Constructors
this
this
(string msg)
Undocumented in source.
Meta
Source
See Implementation
lib
exception
classes
IndexError
KeyError
ValueError
Raised when a sequence subscript is out of range.