pub fn elem_values(v: &Value) -> Vec<Value>Expand description
The element values of a typed array / Buffer as stored — Value, not f64,
so a 64-bit view keeps its BigInts. elems_of is the numeric view of the
same data and stays, because Buffer reads bytes through it.