Function extra::c_vec::set

pub fn set<T>(t: CVec<T>, ofs: uint, v: T)

Sets the value of an element at a given index

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