svoid removeAllAfter(L l, A a) { if (l == null) ret; truncateList(l, smartIndexOf(l, a)+1); }