// add latest include
static S addStdFunctionWithAnimation() {
  ret showAnimationForAddStdFunction(addStdFunction());
}

static S addStdFunctionWithAnimation(S snippetID) {
  ret showAnimationForAddStdFunction(addStdFunction(snippetID, true));
}