mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
simplify str_len
This commit is contained in:
parent
f21af47fc1
commit
3162ab5fc4
5 changed files with 16 additions and 127 deletions
|
@ -28,3 +28,4 @@ pub const STR_CONCAT: &str = "roc_builtins.str.concat";
|
|||
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";
|
||||
pub const STR_LEN: &str = "roc_builtins.str.len";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue