hello guys, i have util functions as extensions on...
# announcements
e
hello guys, i have util functions as extensions on long, int etc, but they are scattered around the codebase, I need to use them in the way a public static utils class. Is there a solution for this? Do i need to create another giant Utils class and import it everywhere?