Scott McMurray a2ee7592d6 Use &IndexSlice instead of &IndexVec where possible
All the same reasons as for `[T]`: more general, less pointer chasing, and `&mut IndexSlice` emphasizes that it doesn't change *length*.
2023-04-02 17:35:37 -07:00
..
2023-03-07 14:25:22 +01: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