Merge branch 'trunk' of github.com:rtfeldman/roc into dict

This commit is contained in:
Chadtech 2021-01-29 21:17:32 -05:00
commit 7a64ffede5
26 changed files with 688 additions and 379 deletions

View file

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