CodeQL library for Rust
codeql/rust-all 0.2.18 (changelog, source)
Search

Module Impl

INTERNAL: This module contains the customizable definition of ArrayListExpr and should not be referenced directly.

Import path

import codeql.rust.elements.internal.ArrayListExprImpl

Classes

ArrayListExpr

An array expression with a list of elements. For example: rust [1, 2, 3];