Long.BYTES

The number of bytes used to represent a {@code long} value in two's complement binary form.

class Long
enum BYTES = long.sizeof;

Meta