Add Str.isEmpty

This commit is contained in:
Richard Feldman 2020-09-12 21:56:53 -04:00
parent 8e8a41079e
commit e3d0145894
9 changed files with 74 additions and 12 deletions

View file

@ -4,6 +4,7 @@
#[derive(Debug, Copy, Clone, PartialEq, Eq)]
pub enum LowLevel {
StrConcat,
StrIsEmpty,
ListLen,
ListGetUnsafe,
ListSet,