pub fn array_repeat(element: Expr, count: Expr) -> Expr
Expand description

returns an array containing element count times.