feat(numeric): add fixed-width literals, bit math functions and the corresponding testing

This commit is contained in:
2024-11-27 16:58:39 +08:00
parent edc6c1924a
commit 84a41387ae
6 changed files with 515 additions and 0 deletions

View File

@ -3,6 +3,7 @@
#include "CoreTypes.h"
#include "TypeTraits/TypeTraits.h"
#include <climits>
#include <limits>
NAMESPACE_REDCRAFT_BEGIN