Like this:
    
    
    import macros
    
    template a(x: varargs[typed, `$`]) = unpackVarargs(echo, x)
    
    a "a", "b", "c"
    
    
    Run

Reply via email to