reshape_const_array

Function reshape_const_array 

Source
pub fn reshape_const_array(arr: &mut VecDeque<Expr>, ty: &Type) -> Result<Expr>
Expand description

Reshape a possibly flattened constant array to nested.

ยงPanics

Please make sure arr is non-empty.