Function sequence_from_list_value
Source pub fn sequence_from_list_value(cx: &mut Cx, list: Value) -> Result<Value>
Expand description
Adapt a list Value into a sequence Value.
Bridges the kernel list contract to the sequence contract so list data can
be consumed through the sequence organ.