INTERNAL: Do not use. A range expression. For example:
let x = 1..=10;
let x = 1..10;
let x = 10..;
let x = ..10;
let x = ..=10;
let x = ..;
Import path
import codeql.rust.elements.internal.generated.RawDirect supertypes
Predicates
| getAttr | Gets the |
| getEnd | Gets the end of this range expression, if it exists. |
| getNumberOfAttrs | Gets the number of attrs of this range expression. |
| getOperatorName | Gets the operator name of this range expression, if it exists. |
| getStart | Gets the start of this range expression, if it exists. |
| toString |