pub const SPEC_VERSION_ARRAY_MATCHING: u32 = 3;Expand description
The major in which array-matching bracket selectors become active. A rule
must declare sigma-version: 3 (or higher) to read field[any], args[0],
and the other selectors as array selectors rather than literal field names.