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
..
2022-03-04 16:57:34 +01:00
2022-12-12 19:49:53 +01:00
2023-03-29 18:04:44 -04:00
2022-03-04 16:57:34 +01:00
2023-03-30 21:14:43 +11:00
2022-05-02 17:40:30 -07:00