includes/std: Moved Endian enum to std::mem

This commit is contained in:
Nik
2022-09-04 20:26:05 +02:00
committed by GitHub
parent 935a26e9f9
commit 966c4e15b0
2 changed files with 9 additions and 7 deletions

View File

@@ -2,6 +2,12 @@
namespace std::mem {
enum Endian : u8 {
Native = 0,
Big = 1,
Little = 2
};
fn eof() {
return $ >= std::mem::size();
};