Compound pipe
lhs, rhs
An object modified in place, and a function to apply to it
a <- 1:5 a %<>% sum() # a is modified in place