Skip to content

Commit

Permalink
refactor: rename internal utils
Browse files Browse the repository at this point in the history
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
andywiecko committed Nov 24, 2024
1 parent b5238a0 commit 92da65f
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 41 deletions.
Loading

0 comments on commit 92da65f

Please sign in to comment.