INTERNAL: Do not use. An or pattern. For example:
match x {
Option::Some(y) | Option::None => 0,
}
Import path
import codeql.rust.elements.internal.generated.RawPredicates
| getNumberOfPats | Gets the number of patterns of this or pattern. |
| getPat | Gets the |
| toString |