Type Definition kidou::orbit::MutVecFRef[][src]

type MutVecFRef<'a> = &'a mut Vec<F>;
Expand description

An alias to &mut Vec<F>