Hash Low Level

This commit is contained in:
Chadtech 2021-01-13 21:24:16 -05:00
parent cddd64f1c9
commit 64d69b9ec4
3 changed files with 8 additions and 0 deletions

View file

@ -64,4 +64,5 @@ pub enum LowLevel {
And,
Or,
Not,
Hash,
}