Implement shift operators

This commit is contained in:
2025-02-15 00:38:46 +01:00
parent ee4ebf64b9
commit 82b3806fd2
7 changed files with 53 additions and 23 deletions

View File

@ -42,7 +42,9 @@ namespace boot
greater_equal,
disjunction,
conjunction,
exclusive_disjunction
exclusive_disjunction,
shift_left,
shift_right
};
enum class unary_operator