Function table

Source
pub fn table<'a>(
    input: &'a [u8],
    k: &[LuaConstant],
) -> IResult<&'a [u8], ConstTable>