Name is used like this:
import typetraits
let x = 1
echo x.type.name
RunNotice the `type` proc that returns the type from a variable.
Name is used like this:
import typetraits
let x = 1
echo x.type.name
RunNotice the `type` proc that returns the type from a variable.