short-snip/uniq.cpp
- View this file on GitHub
- Last update: 2020-09-17 11:52:26+09:00
Code
${1}.erase(std::unique(begin($1), end($1)), end($1));
$0
#line 1 "short-snip/uniq.cpp"
${1}.erase(std::unique(begin($1), end($1)), end($1));
$0