codeql/rust-all
0.2.7
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
This module provides the public class RangePat.
RangePat
import codeql.rust.elements.RangePat
This module provides the public class Pat.
Pat
A range pattern. For example: rust match x { ..15 => "too cold", 16..=25 => "just right", 26.. => "too hot", }
rust match x { ..15 => "too cold", 16..=25 => "just right", 26.. => "too hot", }