18446744073709551615
18446744073709551615 is the decimal representation of the maximum value of an unsigned 64-bit integer. It equals 2^64 − 1, or 18,446,744,073,709,551,615 in decimal form. In hexadecimal, this value is 0xFFFFFFFFFFFFFFFF, and in binary it is represented by 64 consecutive 1 bits.
This number is a fundamental constant in computer science for architectures and languages that use 64-bit unsigned
Common uses of this value include defining upper bounds for data structures, serving as an all-ones bitmask,