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

@ -0,0 +1,7 @@
#pragma once
#include "CoreTypes.h"
#include "Numeric/Literal.h"
#include "Numeric/Limits.h"
#include "Numeric/Numbers.h"
#include "Numeric/Bit.h"