Philippe Weier
Philippe Weier
Hi! @dgsantana the examples you were ready to write would be really helpful!
I'll wait for the fix then, and by the way, great job!
Another comment, maybe that shouldn't really go here but it seems an active conversation haha. The snippets in the readme don't appear to compile + the cargo version of the...
I see, then I suppose I'll have to re-implement my own wrapper on the type to allow this kind of manipulation. Thanks for the quick answer!
After playing a bit around, I found an approach that might not require specialisation and allow that kind of manipulation. The idea is similar to how Path/PathBuf are handled in...
I was thinking of this for example for left scalar multiplication: ```rust impl Mul for $T where DefaultAllocator: Allocator, T : MulAssign + Scalar + From { type Output =...
Thanks for the tip, I suppose this is somehow related to const generics as it only appeared from then on, hope it gets fixed soonish :)
I'm all in favour of something like the improved vertical alignment and reduced kerning for `+=`, `-=`, `*=` and `/=`. Currently it feels weird to have /= as a ligature...
+1 on this!