Skip to main content

logos_rt_push_i64

Function logos_rt_push_i64 

Source
pub unsafe extern "C" fn logos_rt_push_i64(
    frame: *mut i64,
    vec_slot: i64,
    ptr_slot: i64,
    len_slot: i64,
    value: i64,
)
Expand description

Push helper for pinned Int lists.

§Safety

frame slots must be the caller’s live pins.