Skip to main content

gmatch_aux_legacy

Function gmatch_aux_legacy 

Source
pub fn gmatch_aux_legacy(state: &mut LuaState) -> Result<usize, LuaError>
Expand description

The 5.1/5.2 gmatch iterator step (no lastmatch empty-match de-dup; the pre-5.3.3 advance rule). Registered by gmatch only on those versions.