mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
add Str.joinWith
This commit is contained in:
parent
73de5b8132
commit
48c8343d53
9 changed files with 107 additions and 7 deletions
|
@ -4,6 +4,7 @@
|
|||
#[derive(Debug, Copy, Clone, PartialEq, Eq)]
|
||||
pub enum LowLevel {
|
||||
StrConcat,
|
||||
StrJoinWith,
|
||||
StrIsEmpty,
|
||||
StrStartsWith,
|
||||
StrEndsWith,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue