static int clampToInt(long l) { ret (int) clamp(l, Int.MIN_VALUE, Int.MAX_VALUE); }