mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-22 22:15:02 +00:00
Str.reserve
This commit is contained in:
parent
f7b8094dfb
commit
ab721dd3c1
10 changed files with 32 additions and 0 deletions
|
@ -333,6 +333,7 @@ pub const STR_TRIM: &str = "roc_builtins.str.trim";
|
|||
pub const STR_TRIM_LEFT: &str = "roc_builtins.str.trim_left";
|
||||
pub const STR_TRIM_RIGHT: &str = "roc_builtins.str.trim_right";
|
||||
pub const STR_GET_UNSAFE: &str = "roc_builtins.str.get_unsafe";
|
||||
pub const STR_RESERVE: &str = "roc_builtins.str.reserve";
|
||||
|
||||
pub const DICT_HASH: &str = "roc_builtins.dict.hash";
|
||||
pub const DICT_HASH_STR: &str = "roc_builtins.dict.hash_str";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue