Type Alias RegVal

    RegVal: string | number | boolean | null | readonly RegVal[] | StarVal | AltVal

    The abstract value of a Reg. Wide by nature — match's static type refines it; bind gives typed per-capture handles for editing.