cssparser_macros

Function parse_pat_to_table

source
pub(crate) fn parse_pat_to_table<'a>(
    pat: &'a Pat,
    case_id: u8,
    wildcard: &mut Option<&'a Ident>,
    table: &mut [u8; 256],
)
Expand description

Parse a pattern and fill the table accordingly