[][src]Function llhd::ty::array_ty

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

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