mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
Merge branch 'trunk' into ci_ssl_fix
This commit is contained in:
commit
c1ee743dc9
28 changed files with 648 additions and 325 deletions
|
@ -880,7 +880,7 @@ impl<'a> Builtin<'a> {
|
|||
|
||||
/// Number of machine words in an empty one of these
|
||||
pub const STR_WORDS: u32 = 2;
|
||||
pub const DICT_WORDS: u32 = 6;
|
||||
pub const DICT_WORDS: u32 = 3;
|
||||
pub const SET_WORDS: u32 = Builtin::DICT_WORDS; // Set is an alias for Dict with {} for value
|
||||
pub const LIST_WORDS: u32 = 2;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue