tuple: add wrapper around tuple_next that checks field type
- Introduce tuple_next_with_type, tuple_next_u32, tuple_next_u64 wrappers around tuple_next that check field type. - Zap tuple_next_xc, tuple_next_u32_xc, tuple_next_cstr_xc, because they are never used. Needed for #2129
Please register or sign in to comment