mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
rename Str.split
This commit is contained in:
parent
d0735f2661
commit
d99c347998
66 changed files with 1560 additions and 1560 deletions
|
@ -1563,7 +1563,7 @@ fn low_level_no_rc(lowlevel: &LowLevel) -> RC {
|
|||
StrTrim => RC::Rc,
|
||||
StrTrimStart => RC::Rc,
|
||||
StrTrimEnd => RC::Rc,
|
||||
StrSplit => RC::NoRc,
|
||||
StrSplitOn => RC::NoRc,
|
||||
StrToNum => RC::NoRc,
|
||||
ListPrepend => RC::Rc,
|
||||
StrJoinWith => RC::NoRc,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue