codeql/rust-all
0.2.7
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
This module provides the public class TuplePat.
TuplePat
import codeql.rust.elements.TuplePat
This module provides the public class Pat.
Pat
A tuple pattern. For example: rust let (x, y) = (1, 2); let (a, b, .., z) = (1, 2, 3, 4, 5);
rust let (x, y) = (1, 2); let (a, b, .., z) = (1, 2, 3, 4, 5);