dud ~master (2021-08-18T15:25:26Z)
Dub
Repo
ValueRange
dud
sdlang
astaccess
Undocumented in source.
@
safe
pure
struct
ValueRange {
@
safe
pure
ValueAccessor
range
;
bool
empty
[@property getter];
Token
front
[@property getter];
void
popFront
();
}
Members
Functions
popFront
void
popFront
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
empty
bool
empty
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
front
Token
front
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
range
ValueAccessor
range
;
Undocumented in source.
Meta
Source
See Implementation
dud
sdlang
astaccess
aliases
AttributeAccessor
IDAccessor
TagAccessor
ValueAccessor
functions
attributes
fullIdentifier
identifier
identifierImpl
key
tags
values
structs
AstAccessor
ValueRange