Update tags.rs

add "~" unary operator
This commit is contained in:
Yanting Zhang 2022-04-26 20:30:48 +08:00
parent d7e3520d16
commit 828260b9ef
1 changed files with 1 additions and 0 deletions

View File

@ -107,4 +107,5 @@ impl Tag {
pub const BINARY_ADD: &'static str = "&";
pub const BINARY_OR: &'static str = "|";
pub const UNARY_NOT: &'static str = "~";
}