With this tool, one can write quite general code to apply x = op(y) entrywise for vectors x, y (where y can indeed be a pack of vectors).
x = op(y)
x
y