hello
I made my transformations from "typeinfo" to "typetraits" in a specific context dealing with int ... float ... string ... for dcml (decimal) processing will the "typetraits" remain valid for gc-arc please for the long term ???
ps : thanks for pointing out that typeinfo was HS for gc-arc in the forum I would like it to be specified in the doc when the standard changes ;)
thank you
Of course, typetraits doesn't depend on any runtime information like typeinfo does, it's fully built upon Nim compiler magics and macros/templates.
You're fully safe to use typetraits, it's not gonna go away.