pub fn array_of(element: DynamicType, dims: Vec<u32>, name: &str) -> DynamicTypeExpand description
Build an Element[dims...] array type that retains the fully-resolved
element type.
pub fn array_of(element: DynamicType, dims: Vec<u32>, name: &str) -> DynamicTypeBuild an Element[dims...] array type that retains the fully-resolved
element type.