INTERNAL: Do not use.
A rest pattern (..) in a tuple, slice, or struct pattern.
For example:
let (a, .., z) = (1, 2, 3);
// ^^
Import path
import codeql.rust.elements.internal.generated.RawPredicates
| getAttr | Gets the |
| getNumberOfAttrs | Gets the number of attrs of this rest pattern. |
| toString |