mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
Wiring up dictionary and hash rust code to their zig counterparts
This commit is contained in:
parent
c7f6de2afe
commit
520dcfbaca
13 changed files with 79 additions and 10 deletions
|
@ -33,3 +33,5 @@ pub const STR_ENDS_WITH: &str = "roc_builtins.str.ends_with";
|
|||
pub const STR_NUMBER_OF_BYTES: &str = "roc_builtins.str.number_of_bytes";
|
||||
pub const STR_FROM_INT: &str = "roc_builtins.str.from_int";
|
||||
pub const STR_EQUAL: &str = "roc_builtins.str.equal";
|
||||
|
||||
pub const DICT_SIZE: &str = "roc_builtins.dict.size";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue