Christoffer Lerno

Results 1219 comments of Christoffer Lerno

I'll close this for now and then we can do another task later to continue the journey.

Or possibly int_mult_div. One can also consider adding it as a macro method on all numbers, so you can do `foo.mult_div(a, b)` on all integers and integer vectors.

I think it was squashed as there was the same fix in master?

The question is: how bad would the experience be if this was implemented as user land types. I HAVE thought of it, but the fact that it's not often used...

> Would be nice to have a C3 interface like e.g.: `IntegerType`, `FloatType`, ..., I've looked at this and it's a surprisingly big feature. If you have any detailed proposal...

Due to operator overloading, this is now more interesting as stdlib features.