codeql/rust-all
0.1.15-dev
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
INTERNAL: This module contains the customizable definition of TuplePat and should not be referenced directly.
TuplePat
import codeql.rust.elements.internal.TuplePatImpl
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);