feat: hashmap with_capacity

This commit is contained in:
2025-05-17 20:04:12 +08:00
parent 7b55a15281
commit ec61eaa140
4 changed files with 16 additions and 10 deletions

View File

@@ -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`