static short[] dropLastNShorts(int n, short[] l) { ret subShortArray(l, 0, l(l)-n); }