Mewily

Results 5 comments of Mewily

If forcing certain functions of a trait to be const is too restrictive, perhaps adding some generic constraint on what must be const in the trait can solve it ?...

> > If forcing certain functions of a trait to be const is too restrictive, perhaps adding some generic constraint on what must be const in the trait can solve...

Hello @sarah-quinones, thank for the example ! I encountered a similar issue in the past with your Matrix for a [Grid](https://docs.rs/hexga_math/latest/hexga_math/grid/index.html) type (which supports subviews and mutable subviews). My way...

Thank you, @blueglyph, for your remark. I agree with most of your points, and I will try to respond to each one (sorry for the long post). ## 1) The...

Hello @blueglyph, thanks for the feedback. Even if the idea it rejected for good reason because it is confusing, here are some clarifications when I had it in mind: The...