INTERNAL: Do not use. A list of parameters in a function, method, or closure declaration.
For example:
fn foo(x: i32, y: i32) {}
// ^^^^^^^^^^^^^
Import path
import codeql.rust.elements.internal.generated.RawDirect supertypes
Indirect supertypes
Predicates
| getNumberOfParams | Gets the number of parameters of this parameter list. |
| getParam | Gets the |
| getSelfParam | Gets the self parameter of this parameter list, if it exists. |
| toString |