Closed kevaundray closed 4 years ago
Initially, this seemed like a good idea as Rust would see this as an invariant to u32, and not apply any overhead.
However, I think (currently) the way that I have implemented it, does not help readability.
If we choose to bring back this limb abstraction, we would need it for the Scalar field also
Initially, this seemed like a good idea as Rust would see this as an invariant to u32, and not apply any overhead.
However, I think (currently) the way that I have implemented it, does not help readability.