CodeQL library for Rust
codeql/rust-all 0.1.13 (changelog, source)
Search

Module Generated

INTERNAL: This module contains the fully generated definition of RangeExpr and should not be referenced directly.

Import path

import codeql.rust.elements.internal.generated.RangeExpr

Classes

RangeExpr

A range expression. For example: rust let x = 1..=10; let x = 1..10; let x = 10..; let x = ..10; let x = ..=10; let x = ..; INTERNAL: Do not reference the Generated::RangeExpr class directly. Use the subclass RangeExpr, where the following predicates are available.