static byte clampToUByte(long l) { ret (byte) clamp(l, 0, 255); }