MAX_MATCH_PAYLOAD_SLOTS

Constant MAX_MATCH_PAYLOAD_SLOTS 

Source
pub const MAX_MATCH_PAYLOAD_SLOTS: usize = 28;
Expand description

Maximum payload slots for Match instructions.

Match64 (the largest variant) supports up to 28 u16 slots for effects, neg_fields, and successors combined. When an epsilon transition needs more successors, it must be split into a cascade.