I have two extension function for the same Type in...
# announcements
r
I have two extension function for the same Type in different packages but with the same name, so kind of different overloads. One is T -> T other is Int -> Int, the one with T -> T is imported. Is there a way to use the Int -> Int without importing it with an alias? I'll like to use it somehow like if they were defined in the same package