simplify str_len

This commit is contained in:
Folkert 2020-12-03 16:22:47 +01:00
parent f21af47fc1
commit 3162ab5fc4
5 changed files with 16 additions and 127 deletions

View file

@ -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";