Tagged Questions
1
vote
1answer
57 views
Negative effects of using a generic function like this?
My question here is, what are the negative effects of using a generic function such as this? Calling this function does work, and in a test console module, it compiles perfectly fine. I do know this ...