Remix.run Logo
timando 2 days ago

Is `const`-ness (in the rust function keyword sense) a function color?

zahlman 2 days ago | parent [-]

If you're using it diligently enough to where some functions can be statically proven "pure", then yes. You can't call an impure function from a pure one.