fn gen_store_impl(fields: &[(&Ident, &Type)], packing: &Ident) -> TokenStreamExpand description
Generate fn store() implementation.
For consecutive packable fields sharing a slot, accumulates changes in memory and writes once, avoiding redundant SLOAD + SSTORE pairs.