mokasin

Results 16 comments of mokasin

Awesome! You're the best 👍 At the moment, I've implemented it like that ```rust let mut res: Array = Array::zeros((sx, sy)); // bulk { let mut s = res.slice_mut(s![1..-1, ..]);...

For a zero initialized array, numerically I don't see the difference between ``` array += x - y ``` and ``` array += x array -= y ``` is there?...

I was thinking about a `RolledView`, where the index is internally remapped. At least for the index operation this would be easy to do. So basically, something roughly like this...

I agree partly. Of course it is cumbersome to call `finish` and easily forgotten (maybe this should be stated more prominently in the documentation and README). But it has the...

Also the only way to react on errors in `Drop` is to panic. Which does not seem to be a good general approach.

Would also be nice to have a list of mentions. In a busy room, I often loose the message, where I was mentioned.