Skip to main content

jit_array_filled

Function jit_array_filled 

Source
#[unsafe(no_mangle)]
pub extern "C" fn jit_array_filled( size_bits: u64, value_bits: u64, ) -> u64
Expand description

Create a pre-allocated array filled with a given value. Array.filled(size, value) — equivalent to vec![value; size].