import typetraits
    
    var x: tuple[a, b, c: int, d: string, e: int64]
    echo type(x).arity
    

Reply via email to