Hi! I am coming from the C++ world, is there a way to declare an implicit constructor or an implicit casting operator?
I mean, I want to publish on my API a function which takes 3 arguments and two of them can come as a Long or as an instance of an object which can be instantiated given a Long. Is there a way to avoid publishing the overloads for all posible combinations?