Type Definition rsim::processor::isa_mods::vector::VecInterface[][src]

type VecInterface<'a, uXLEN, TElem> = (&'a mut dyn VecRegInterface<uXLEN>, &'a mut dyn VecMemInterface<uXLEN, TElem>);

Helper type combining VecRegInterface and VecMemInterface