mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
Update wrapper docs
This commit is contained in:
parent
aad922251d
commit
55ca75a37f
1 changed files with 1 additions and 1 deletions
|
@ -1813,7 +1813,7 @@ impl<'a> Builtin<'a> {
|
|||
pub const SET_WORDS: u32 = Builtin::DICT_WORDS; // Set is an alias for Dict with {} for value
|
||||
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