ndarray
ndarray copied to clipboard
Add `#[track_caller]` judiciously
trafficstars
Add #[track_caller] to some panicking methods. Slicing methods seem the most prudent (Index/Mut does not apply, sorry).
Needs benchmarks to investigate impact, preferably holistic benchmarks.
I started work on this in https://github.com/rust-ndarray/ndarray/pull/975