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