static short[] takeFirstOfShortArray(short[] b, int n) { ret subShortArray(b, 0, n); } static short[] takeFirstOfShortArray(int n, short[] b) { ret takeFirstOfShortArray(b, n); }