json ~master (2017-12-21T15:48:16Z)
Home
Dub
Repo
TextSpan
json
parser
lexer
Undocumented in source.
package
struct
TextSpan {
immutable
size_t
line
;
immutable
size_t
column
;
immutable
size_t
index
;
immutable
size_t
length
;
this
();
this
(size_t line, size_t column, size_t index, size_t length);
TextSpan
withLength
(size_t newLength);
}
Constructors
this
this
()
Undocumented in source.
this
this
(size_t line, size_t column, size_t index, size_t length)
Undocumented in source.
Members
Functions
withLength
TextSpan
withLength
(size_t newLength)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
column
size_t
column
;
Undocumented in source.
index
size_t
index
;
Undocumented in source.
length
size_t
length
;
Undocumented in source.
line
size_t
line
;
Undocumented in source.
Meta
Source
See Implementation
json
parser
lexer
aliases
StandardCompliant
classes
JsonParserException
JsonToken
Lexer
structs
TextSpan
variables
Keywords
Punctuation