Function vector_index

Source
pub unsafe fn vector_index(v: &VectorF64, i: u32) -> f64
Expand description

Performs indexing operation on the vector.

§Safety

This is unsafe because the index range isn’t checked.