pub fn extract_vector_element(v: &RVector, idx: usize) -> RValue
Extract a single element from an RVector at idx (0-based).
idx