Function stdlib::list::arret_stdlib_cons_entry_point[][src]

#[no_mangle]
pub extern "C" fn arret_stdlib_cons_entry_point(
    task: &mut Task,
    head: Gc<Any>,
    tail: Gc<List<Any>>
) -> Gc<Pair<Any>>