mirror of
https://github.com/RGBCube/serenity
synced 2025-07-02 20:22:13 +00:00
![]() This means that rather than this: ``` AK_TYPEDEF_DISTINCT_NUMERIC_GENERAL(u64, true, true, false, false, false, true, FunctionAddress); ``` We now have this: ``` AK_TYPEDEF_DISTINCT_NUMERIC_GENERAL(u64, FunctionAddress, Arithmetic, Comparison, Increment); ``` Which is a lot more readable. :^) Co-authored-by: Ali Mohammad Pur <mpfard@serenityos.org> |
||
---|---|---|
.. | ||
AbstractMachine | ||
Parser | ||
Printer | ||
Tests | ||
CMakeLists.txt | ||
Constants.h | ||
Forward.h | ||
Opcode.h | ||
Types.h |