- block
auto block [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- expressionAt
size_t expressionAt [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- expressionsLeft
auto expressionsLeft [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- remainingValues
size_t remainingValues [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- sourceStart
immutable(char)* sourceStart [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
This struct is used to represent a partial statement by skipping over a number of expressions. It can be created from a Statement by calling statement.range(expressionOffset).