Closed jalil-salame closed 1 year ago
It removed some unnecessary references and changed a str comparison to a char comparison, it also removed a clone in a test case, but I kept it because it seemed intentional.
str
char
clone
Thanks!
It removed some unnecessary references and changed a
str
comparison to achar
comparison, it also removed aclone
in a test case, but I kept it because it seemed intentional.