[][src]Function llhd::vector_ty

pub fn vector_ty(size: usize, ty: Type) -> Type

Create a vector type. size is the number of elements in the vector, and ty the type of each individual element.