Closed NatanFreeman closed 2 years ago
Replaces use of f64 and i64 literal syntax in favour of custom FloatType and IntType. This is done to make changing FloatType's and IntType's definitions more seamless. As one might do in relation to issues like #111 .
f64
i64
FloatType
IntType
I ran cargo +nightly fmt --all. It didn't do much but it should now be formatted properly.
cargo +nightly fmt --all
🦀🦀🚀
Replaces use of
f64
andi64
literal syntax in favour of customFloatType
andIntType
. This is done to make changingFloatType
's andIntType
's definitions more seamless. As one might do in relation to issues like #111 .