Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Renames internal utility implementations following the pattern: `TypeUtils -> UtilsType`, where `Type` is one of `Float`, `Double`, `Int`, or `Fp`. This naming convention aligns with `TransformType` implementations and improves IDE usability by making it easier to search for `Utils...` instead of `Type...`.
- Loading branch information