mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
add Str.joinWith
This commit is contained in:
parent
73de5b8132
commit
48c8343d53
9 changed files with 107 additions and 7 deletions
|
@ -26,6 +26,7 @@ pub const NUM_POW_INT: &str = "roc_builtins.num.pow_int";
|
|||
|
||||
pub const STR_COUNT_SEGMENTS: &str = "roc_builtins.str.count_segments";
|
||||
pub const STR_CONCAT: &str = "roc_builtins.str.concat";
|
||||
pub const STR_JOIN_WITH: &str = "roc_builtins.str.joinWith";
|
||||
pub const STR_STR_SPLIT_IN_PLACE: &str = "roc_builtins.str.str_split_in_place";
|
||||
pub const STR_COUNT_GRAPEHEME_CLUSTERS: &str = "roc_builtins.str.count_grapheme_clusters";
|
||||
pub const STR_STARTS_WITH: &str = "roc_builtins.str.starts_with";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue