Comment on Function Arguments Are Not Function ColorsComments−timando3dIs `const`-ness (in the rust function keyword sense) a function color?−zahlman3dIf 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.
Comments
Is `const`-ness (in the rust function keyword sense) a function color?
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.