AstSliceExpression

Slice expression : [first .. second]

Constructors

this
this(Location location, AstExpression sliced, AstExpression[] first, AstExpression[] second)
Undocumented in source.

Members

Variables

first
AstExpression[] first;
Undocumented in source.
second
AstExpression[] second;
Undocumented in source.
sliced
AstExpression sliced;
Undocumented in source.

Inherited Members

From AstExpression

toString
string toString(Context )
Undocumented in source. Be warned that the author may not have intended to support it.

Meta