Skip to main content

array_of

Function array_of 

Source
pub fn array_of(element: DynamicType, dims: Vec<u32>, name: &str) -> DynamicType
Expand description

Build an Element[dims...] array type that retains the fully-resolved element type.