# -*- mode: snippet -*- # name: rotate # key: rte # -- std::rotate(std::begin(${1:container}), std::begin($2), std::end($1)); $0