You don't have to use `$` when formatting strings.
    
    
    echo &"typeof(a) = {typeof(a)}"
    
    
    Run

And you might be interested in `sugar.dump`:
    
    
    import std/sugar
    dump typeof(a)
    
    
    Run

Reply via email to