Yes, int | float | string is not a concrete type, it's just to match a 
signature at compile time. You can use an object variant 
([https://nim-lang.org/docs/tut2.html#object-oriented-programming-object-variants](https://nim-lang.org/docs/tut2.html#object-oriented-programming-object-variants)
 ) as I said if your type is only known at runtime. But maybe converting to 
string is also enough for your problem. 

Reply via email to