parseInteger

Parse integer literal optionally preceded by '-' from the start of string s.

Members

Manifest constants

rest
enum rest;
Undocumented in source.
rest
enum rest;
Undocumented in source.
rest
enum rest;
Undocumented in source.
rest
enum rest;
Undocumented in source.
value
enum value;
Undocumented in source.
value
enum value;
Undocumented in source.
value
enum value;
Undocumented in source.
value
enum value;
Undocumented in source.

Return Value

.value = the integer literal as a string, .rest = the string following the integer literal

Otherwise: .value = null, .rest = s

Meta