add ExpectTrue lowlevel

This commit is contained in:
Folkert 2021-04-23 10:16:30 +02:00
parent 01c5b0dd66
commit 6633f8ca9f
4 changed files with 38 additions and 3 deletions

View file

@ -97,4 +97,5 @@ pub enum LowLevel {
Or,
Not,
Hash,
ExpectTrue,
}