Some work on headers. Fix unsigned negation on consts.

This commit is contained in:
Christoffer Lerno
2023-02-09 09:15:51 +01:00
parent a6b9405e21
commit f313e90e28
13 changed files with 403 additions and 105 deletions

View File

@@ -1,4 +1,4 @@
module math;
module std::math;
struct SimpleRandom
{