Function extra::c_vec::get

pub fn get<T: std::clone::Clone>(t: CVec<T>, ofs: uint) -> T

Retrieves an element at a given index

Fails if ofs is greater or equal to the length of the vector