pub fn alloc_attr_dict(length: u32) -> Result<AttrValue>
Allocate an AttrValue dict with size length. The dictionary elements are initialized to invalid AttrValues
AttrValue
length
AttrValues
A dict AttrValue of the given length, with all uninitialized elements.
Cell Context