I would find something along the lines of the following:```c++template <size_t BITS>using int_bits_t = /*specific int types that exactly BITS number of bits*/;