Gonzalo Gomez

Results 5 issues of Gonzalo Gomez

I need to have some constant structures that have a field ArrayString field, how am I supposed to set the value of such structures when new_const does not take any...

enhancement
help wanted

is there any reason that there are no constant constructors for types like all matrixes or even for just for some common ones like identity. And on that same point,...

Is there any reason that for example `frac_pi_2()` is not a `const fn`?

Worth pointing that this is mainly targeted towards the vulkan part of the crate. I believe that arena al locators are pretty useful specially in graphics(vulkan) when accessing some per...

wouldn't it be useful to have a trait that can be implemented in any data type that allows to hash a whole data structure without having to turn it into...