things
This commit is contained in:
parent
dea39589ad
commit
408ecacc16
@ -30,7 +30,7 @@ impl BackingFunction {
|
|||||||
}
|
}
|
||||||
|
|
||||||
lazy_static::lazy_static! {
|
lazy_static::lazy_static! {
|
||||||
static ref VALID_VARIABLES: Vec<char> = "xXEπ".chars().collect();
|
static ref VALID_VARIABLES: Vec<char> = "xXeEπ".chars().collect();
|
||||||
static ref LETTERS: Vec<char> = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
|
static ref LETTERS: Vec<char> = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
|
||||||
.chars()
|
.chars()
|
||||||
.collect();
|
.collect();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user