uintfast64t
uintfast64_t is a data type defined in the C programming language, specifically in the C99 standard and later. It is part of the stdint.h header, which provides a set of typedefs that specify exact-width integer types, as well as types that can hold integer values of at least a specified width.
uintfast64_t is an unsigned integer type that is at least 64 bits wide. The exact width of
The uintfast64_t type is not guaranteed to be the same size on all platforms. For example, on
uintfast64_t is useful in situations where a large integer type is needed, but the exact size is