mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
Add Str.isEmpty
This commit is contained in:
parent
8e8a41079e
commit
e3d0145894
9 changed files with 74 additions and 12 deletions
|
@ -4,6 +4,7 @@
|
|||
#[derive(Debug, Copy, Clone, PartialEq, Eq)]
|
||||
pub enum LowLevel {
|
||||
StrConcat,
|
||||
StrIsEmpty,
|
||||
ListLen,
|
||||
ListGetUnsafe,
|
||||
ListSet,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue