Skip to main content

vmarray_from_value_words

Function vmarray_from_value_words 

Source
pub fn vmarray_from_value_words(
    iter: impl IntoIterator<Item = ValueWord>,
) -> VMArray
Expand description

Create a VMArray from an iterator of ValueWord values.