Skip to main content

f64_vec_to_nb_array

Function f64_vec_to_nb_array 

Source
pub fn f64_vec_to_nb_array(_data: Vec<f64>) -> KindedSlot
Expand description

Build a KindedSlot array from a Vec<f64>. Phase 2c lands the proper HeapValue::TypedArray(TypedArrayData::F64) constructor.