Then I'm not entirely sure what your actual concern is. You could always 
overload the `to` proc with your own implementation for any other format. Or 
you could name it something else. Another option would be to write a 
[converter](https://nim-lang.org/docs/manual.html#converters) if you want the 
conversion to happen automatically.

Reply via email to