Name is used like this:
    
    
    import typetraits
    
    let x = 1
    echo x.type.name
    
    
    Run

Notice the `type` proc that returns the type from a variable.

Reply via email to