mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
Merge remote-tracking branch 'origin/trunk' into assoc-list-dict
This commit is contained in:
commit
5763248b44
41 changed files with 949 additions and 131 deletions
|
@ -1809,7 +1809,7 @@ impl<'a> Builtin<'a> {
|
|||
pub const STR_WORDS: u32 = 3;
|
||||
pub const LIST_WORDS: u32 = 3;
|
||||
|
||||
/// Layout of collection wrapper for List and Str - a struct of (pointer, length, capacity).
|
||||
/// Layout of collection wrapper for List, Str, Dict, and Set - a struct of (pointer, length, capacity).
|
||||
pub const WRAPPER_PTR: u32 = 0;
|
||||
pub const WRAPPER_LEN: u32 = 1;
|
||||
pub const WRAPPER_CAPACITY: u32 = 2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue