These are stored in trailing data in extra for each prong.
extra
body_len: u28
capture: ProngInfo.Capture
is_inline: bool
has_tag_capture: bool
pub const ProngInfo = packed struct(u32) { body_len: u28, capture: ProngInfo.Capture, is_inline: bool, has_tag_capture: bool, pub const Capture = enum(u2) { none, by_val, by_ref, }; }
Press escape to exit search and then '?' to see more options.