feat(numeric): add fixed-width literals, bit math functions and the corresponding testing
This commit is contained in:
7
Redcraft.Utility/Source/Public/Numeric/Numeric.h
Normal file
7
Redcraft.Utility/Source/Public/Numeric/Numeric.h
Normal 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"
|
Reference in New Issue
Block a user