feat: hashmap with_capacity
This commit is contained in:
@@ -38,7 +38,7 @@ pub enum OpCode {
|
||||
JmpIfFalse { step: usize },
|
||||
|
||||
/// push an empty attribute set onto stack
|
||||
AttrSet,
|
||||
AttrSet { cap: usize },
|
||||
/// finalize the recursive attribute set at TOS
|
||||
FinalizeRec,
|
||||
/// [ .. set value ] consume 1 element, push a static kv pair (`name`, `value`) into `set`
|
||||
|
||||
Reference in New Issue
Block a user