Scott McMurray b5b6def021 Use FieldIdx in various things related to aggregates
Shrank `AggregateKind` by 8 bytes on x64, since the active field of a union is tracked as an `Option<FieldIdx>` instead of `Option<usize>`.
2023-04-01 20:32:50 -07:00
..
2023-03-07 14:25:22 +01:00
2023-02-24 07:32:24 +11:00
2023-02-16 18:30:25 +01:00
2023-03-14 20:52:42 +01:00
2023-03-21 15:38:52 +00:00
2023-03-14 20:52:42 +01:00
2023-03-13 18:22:55 +00:00
2023-03-28 22:22:37 -07:00