Expand description
Raw ALTREP C API method type aliases. Raw ALTREP C API bindings.
This module mirrors R_ext/Altrep.h and is intentionally low-level. Prefer
the #[derive(AltrepInteger)] / AltrepReal / AltrepLogical /
AltrepString / AltrepRaw / AltrepComplex / AltrepList derives — or
the #[altrep(manual)] opt-out — over wiring these typedefs by hand.
See crate::altrep_traits for the guard-mode taxonomy (unsafe /
rust_unwind / r_unwind) that gates panic and longjmp escape from
callback bodies; crate::altrep_bridge is the trampoline layer that
enforces those modes.
§Calling these from a callback
ALTREP callbacks are invoked by R on its main thread, so the
#[r_ffi_checked] main-thread
assertion would always pass. Inside a callback body you may therefore call
*_unchecked variants of the R API (or the r_unwind guard’s protected
re-entry helpers) without tripping the MXL301 lint. See
crate::sys for the broader checked-vs-unchecked story.
Structs§
- R_
altrep_ class_ t - Opaque ALTREP class handle.
Functions§
- R_
altrep_ 🔒 ⚠inherits - Checked wrapper for
R_altrep_inherits. CallsR_altrep_inherits_uncheckedand routes throughwith_r_thread. Generated from source location line 244, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
altrep_ 🔒 ⚠inherits_ unchecked - Unchecked FFI binding for
R_altrep_inherits. Generated from source location line 244, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
make_ ⚠altcomplex_ class - Checked wrapper for
R_make_altcomplex_class. CallsR_make_altcomplex_class_uncheckedand routes throughwith_r_thread. Generated from source location line 233, column 12. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
make_ ⚠altcomplex_ class_ unchecked - Unchecked FFI binding for
R_make_altcomplex_class. Generated from source location line 233, column 12. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
make_ ⚠altinteger_ class - Checked wrapper for
R_make_altinteger_class. CallsR_make_altinteger_class_uncheckedand routes throughwith_r_thread. Generated from source location line 213, column 12. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
make_ ⚠altinteger_ class_ unchecked - Unchecked FFI binding for
R_make_altinteger_class. Generated from source location line 213, column 12. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
make_ ⚠altlist_ class - Checked wrapper for
R_make_altlist_class. CallsR_make_altlist_class_uncheckedand routes throughwith_r_thread. Generated from source location line 238, column 12. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
make_ ⚠altlist_ class_ unchecked - Unchecked FFI binding for
R_make_altlist_class. Generated from source location line 238, column 12. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
make_ ⚠altlogical_ class - Checked wrapper for
R_make_altlogical_class. CallsR_make_altlogical_class_uncheckedand routes throughwith_r_thread. Generated from source location line 223, column 12. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
make_ ⚠altlogical_ class_ unchecked - Unchecked FFI binding for
R_make_altlogical_class. Generated from source location line 223, column 12. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
make_ ⚠altraw_ class - Checked wrapper for
R_make_altraw_class. CallsR_make_altraw_class_uncheckedand routes throughwith_r_thread. Generated from source location line 228, column 12. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
make_ ⚠altraw_ class_ unchecked - Unchecked FFI binding for
R_make_altraw_class. Generated from source location line 228, column 12. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
make_ ⚠altreal_ class - Checked wrapper for
R_make_altreal_class. CallsR_make_altreal_class_uncheckedand routes throughwith_r_thread. Generated from source location line 218, column 12. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
make_ ⚠altreal_ class_ unchecked - Unchecked FFI binding for
R_make_altreal_class. Generated from source location line 218, column 12. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
make_ ⚠altstring_ class - Checked wrapper for
R_make_altstring_class. CallsR_make_altstring_class_uncheckedand routes throughwith_r_thread. Generated from source location line 208, column 12. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
make_ ⚠altstring_ class_ unchecked - Unchecked FFI binding for
R_make_altstring_class. Generated from source location line 208, column 12. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
new_ 🔒 ⚠altrep - Checked wrapper for
R_new_altrep. CallsR_new_altrep_uncheckedand routes throughwith_r_thread. Generated from source location line 205, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
new_ 🔒 ⚠altrep_ unchecked - Unchecked FFI binding for
R_new_altrep. Generated from source location line 205, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altcomplex_ Elt_ method - Checked wrapper for
R_set_altcomplex_Elt_method. CallsR_set_altcomplex_Elt_method_uncheckedand routes throughwith_r_thread. Generated from source location line 303, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altcomplex_ Elt_ method_ unchecked - Unchecked FFI binding for
R_set_altcomplex_Elt_method. Generated from source location line 303, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altcomplex_ Get_ region_ method - Checked wrapper for
R_set_altcomplex_Get_region_method. CallsR_set_altcomplex_Get_region_method_uncheckedand routes throughwith_r_thread. Generated from source location line 304, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altcomplex_ Get_ region_ method_ unchecked - Unchecked FFI binding for
R_set_altcomplex_Get_region_method. Generated from source location line 304, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altinteger_ Elt_ method - Checked wrapper for
R_set_altinteger_Elt_method. CallsR_set_altinteger_Elt_method_uncheckedand routes throughwith_r_thread. Generated from source location line 270, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altinteger_ Elt_ method_ unchecked - Unchecked FFI binding for
R_set_altinteger_Elt_method. Generated from source location line 270, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altinteger_ Get_ region_ method - Checked wrapper for
R_set_altinteger_Get_region_method. CallsR_set_altinteger_Get_region_method_uncheckedand routes throughwith_r_thread. Generated from source location line 271, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altinteger_ Get_ region_ method_ unchecked - Unchecked FFI binding for
R_set_altinteger_Get_region_method. Generated from source location line 271, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altinteger_ Is_ sorted_ method - Checked wrapper for
R_set_altinteger_Is_sorted_method. CallsR_set_altinteger_Is_sorted_method_uncheckedand routes throughwith_r_thread. Generated from source location line 275, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altinteger_ Is_ sorted_ method_ unchecked - Unchecked FFI binding for
R_set_altinteger_Is_sorted_method. Generated from source location line 275, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altinteger_ Max_ method - Checked wrapper for
R_set_altinteger_Max_method. CallsR_set_altinteger_Max_method_uncheckedand routes throughwith_r_thread. Generated from source location line 282, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altinteger_ Max_ method_ unchecked - Unchecked FFI binding for
R_set_altinteger_Max_method. Generated from source location line 282, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altinteger_ Min_ method - Checked wrapper for
R_set_altinteger_Min_method. CallsR_set_altinteger_Min_method_uncheckedand routes throughwith_r_thread. Generated from source location line 281, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altinteger_ Min_ method_ unchecked - Unchecked FFI binding for
R_set_altinteger_Min_method. Generated from source location line 281, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altinteger_ No_ NA_ method - Checked wrapper for
R_set_altinteger_No_NA_method. CallsR_set_altinteger_No_NA_method_uncheckedand routes throughwith_r_thread. Generated from source location line 279, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altinteger_ No_ NA_ method_ unchecked - Unchecked FFI binding for
R_set_altinteger_No_NA_method. Generated from source location line 279, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altinteger_ Sum_ method - Checked wrapper for
R_set_altinteger_Sum_method. CallsR_set_altinteger_Sum_method_uncheckedand routes throughwith_r_thread. Generated from source location line 280, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altinteger_ Sum_ method_ unchecked - Unchecked FFI binding for
R_set_altinteger_Sum_method. Generated from source location line 280, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altlist_ Elt_ method - Checked wrapper for
R_set_altlist_Elt_method. CallsR_set_altlist_Elt_method_uncheckedand routes throughwith_r_thread. Generated from source location line 312, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altlist_ Elt_ method_ unchecked - Unchecked FFI binding for
R_set_altlist_Elt_method. Generated from source location line 312, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altlist_ Set_ elt_ method - Checked wrapper for
R_set_altlist_Set_elt_method. CallsR_set_altlist_Set_elt_method_uncheckedand routes throughwith_r_thread. Generated from source location line 313, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altlist_ Set_ elt_ method_ unchecked - Unchecked FFI binding for
R_set_altlist_Set_elt_method. Generated from source location line 313, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altlogical_ Elt_ method - Checked wrapper for
R_set_altlogical_Elt_method. CallsR_set_altlogical_Elt_method_uncheckedand routes throughwith_r_thread. Generated from source location line 290, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altlogical_ Elt_ method_ unchecked - Unchecked FFI binding for
R_set_altlogical_Elt_method. Generated from source location line 290, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altlogical_ Get_ region_ method - Checked wrapper for
R_set_altlogical_Get_region_method. CallsR_set_altlogical_Get_region_method_uncheckedand routes throughwith_r_thread. Generated from source location line 291, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altlogical_ Get_ region_ method_ unchecked - Unchecked FFI binding for
R_set_altlogical_Get_region_method. Generated from source location line 291, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altlogical_ Is_ sorted_ method - Checked wrapper for
R_set_altlogical_Is_sorted_method. CallsR_set_altlogical_Is_sorted_method_uncheckedand routes throughwith_r_thread. Generated from source location line 295, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altlogical_ Is_ sorted_ method_ unchecked - Unchecked FFI binding for
R_set_altlogical_Is_sorted_method. Generated from source location line 295, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altlogical_ No_ NA_ method - Checked wrapper for
R_set_altlogical_No_NA_method. CallsR_set_altlogical_No_NA_method_uncheckedand routes throughwith_r_thread. Generated from source location line 299, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altlogical_ No_ NA_ method_ unchecked - Unchecked FFI binding for
R_set_altlogical_No_NA_method. Generated from source location line 299, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altlogical_ Sum_ method - Checked wrapper for
R_set_altlogical_Sum_method. CallsR_set_altlogical_Sum_method_uncheckedand routes throughwith_r_thread. Generated from source location line 300, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altlogical_ Sum_ method_ unchecked - Unchecked FFI binding for
R_set_altlogical_Sum_method. Generated from source location line 300, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altraw_ Elt_ method - Checked wrapper for
R_set_altraw_Elt_method. CallsR_set_altraw_Elt_method_uncheckedand routes throughwith_r_thread. Generated from source location line 301, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altraw_ Elt_ method_ unchecked - Unchecked FFI binding for
R_set_altraw_Elt_method. Generated from source location line 301, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altraw_ Get_ region_ method - Checked wrapper for
R_set_altraw_Get_region_method. CallsR_set_altraw_Get_region_method_uncheckedand routes throughwith_r_thread. Generated from source location line 302, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altraw_ Get_ region_ method_ unchecked - Unchecked FFI binding for
R_set_altraw_Get_region_method. Generated from source location line 302, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altreal_ Elt_ method - Checked wrapper for
R_set_altreal_Elt_method. CallsR_set_altreal_Elt_method_uncheckedand routes throughwith_r_thread. Generated from source location line 283, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altreal_ Elt_ method_ unchecked - Unchecked FFI binding for
R_set_altreal_Elt_method. Generated from source location line 283, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altreal_ Get_ region_ method - Checked wrapper for
R_set_altreal_Get_region_method. CallsR_set_altreal_Get_region_method_uncheckedand routes throughwith_r_thread. Generated from source location line 284, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altreal_ Get_ region_ method_ unchecked - Unchecked FFI binding for
R_set_altreal_Get_region_method. Generated from source location line 284, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altreal_ Is_ sorted_ method - Checked wrapper for
R_set_altreal_Is_sorted_method. CallsR_set_altreal_Is_sorted_method_uncheckedand routes throughwith_r_thread. Generated from source location line 285, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altreal_ Is_ sorted_ method_ unchecked - Unchecked FFI binding for
R_set_altreal_Is_sorted_method. Generated from source location line 285, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altreal_ Max_ method - Checked wrapper for
R_set_altreal_Max_method. CallsR_set_altreal_Max_method_uncheckedand routes throughwith_r_thread. Generated from source location line 289, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altreal_ Max_ method_ unchecked - Unchecked FFI binding for
R_set_altreal_Max_method. Generated from source location line 289, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altreal_ Min_ method - Checked wrapper for
R_set_altreal_Min_method. CallsR_set_altreal_Min_method_uncheckedand routes throughwith_r_thread. Generated from source location line 288, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altreal_ Min_ method_ unchecked - Unchecked FFI binding for
R_set_altreal_Min_method. Generated from source location line 288, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altreal_ No_ NA_ method - Checked wrapper for
R_set_altreal_No_NA_method. CallsR_set_altreal_No_NA_method_uncheckedand routes throughwith_r_thread. Generated from source location line 286, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altreal_ No_ NA_ method_ unchecked - Unchecked FFI binding for
R_set_altreal_No_NA_method. Generated from source location line 286, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altreal_ Sum_ method - Checked wrapper for
R_set_altreal_Sum_method. CallsR_set_altreal_Sum_method_uncheckedand routes throughwith_r_thread. Generated from source location line 287, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altreal_ Sum_ method_ unchecked - Unchecked FFI binding for
R_set_altreal_Sum_method. Generated from source location line 287, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altrep_ Coerce_ method - Checked wrapper for
R_set_altrep_Coerce_method. CallsR_set_altrep_Coerce_method_uncheckedand routes throughwith_r_thread. Generated from source location line 258, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altrep_ Coerce_ method_ unchecked - Unchecked FFI binding for
R_set_altrep_Coerce_method. Generated from source location line 258, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altrep_ DuplicateEX_ method - Checked wrapper for
R_set_altrep_DuplicateEX_method. CallsR_set_altrep_DuplicateEX_method_uncheckedand routes throughwith_r_thread. Generated from source location line 256, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altrep_ DuplicateEX_ method_ unchecked - Unchecked FFI binding for
R_set_altrep_DuplicateEX_method. Generated from source location line 256, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altrep_ Duplicate_ method - Checked wrapper for
R_set_altrep_Duplicate_method. CallsR_set_altrep_Duplicate_method_uncheckedand routes throughwith_r_thread. Generated from source location line 257, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altrep_ Duplicate_ method_ unchecked - Unchecked FFI binding for
R_set_altrep_Duplicate_method. Generated from source location line 257, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altrep_ Inspect_ method - Checked wrapper for
R_set_altrep_Inspect_method. CallsR_set_altrep_Inspect_method_uncheckedand routes throughwith_r_thread. Generated from source location line 259, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altrep_ Inspect_ method_ unchecked - Unchecked FFI binding for
R_set_altrep_Inspect_method. Generated from source location line 259, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altrep_ Length_ method - Checked wrapper for
R_set_altrep_Length_method. CallsR_set_altrep_Length_method_uncheckedand routes throughwith_r_thread. Generated from source location line 260, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altrep_ Length_ method_ unchecked - Unchecked FFI binding for
R_set_altrep_Length_method. Generated from source location line 260, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altrep_ Serialized_ state_ method - Checked wrapper for
R_set_altrep_Serialized_state_method. CallsR_set_altrep_Serialized_state_method_uncheckedand routes throughwith_r_thread. Generated from source location line 252, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altrep_ Serialized_ state_ method_ unchecked - Unchecked FFI binding for
R_set_altrep_Serialized_state_method. Generated from source location line 252, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altrep_ UnserializeEX_ method - Checked wrapper for
R_set_altrep_UnserializeEX_method. CallsR_set_altrep_UnserializeEX_method_uncheckedand routes throughwith_r_thread. Generated from source location line 247, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altrep_ UnserializeEX_ method_ unchecked - Unchecked FFI binding for
R_set_altrep_UnserializeEX_method. Generated from source location line 247, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altrep_ Unserialize_ method - Checked wrapper for
R_set_altrep_Unserialize_method. CallsR_set_altrep_Unserialize_method_uncheckedand routes throughwith_r_thread. Generated from source location line 251, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altrep_ Unserialize_ method_ unchecked - Unchecked FFI binding for
R_set_altrep_Unserialize_method. Generated from source location line 251, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altstring_ Elt_ method - Checked wrapper for
R_set_altstring_Elt_method. CallsR_set_altstring_Elt_method_uncheckedand routes throughwith_r_thread. Generated from source location line 308, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altstring_ Elt_ method_ unchecked - Unchecked FFI binding for
R_set_altstring_Elt_method. Generated from source location line 308, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altstring_ Is_ sorted_ method - Checked wrapper for
R_set_altstring_Is_sorted_method. CallsR_set_altstring_Is_sorted_method_uncheckedand routes throughwith_r_thread. Generated from source location line 310, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altstring_ Is_ sorted_ method_ unchecked - Unchecked FFI binding for
R_set_altstring_Is_sorted_method. Generated from source location line 310, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altstring_ No_ NA_ method - Checked wrapper for
R_set_altstring_No_NA_method. CallsR_set_altstring_No_NA_method_uncheckedand routes throughwith_r_thread. Generated from source location line 311, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altstring_ No_ NA_ method_ unchecked - Unchecked FFI binding for
R_set_altstring_No_NA_method. Generated from source location line 311, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altstring_ Set_ elt_ method - Checked wrapper for
R_set_altstring_Set_elt_method. CallsR_set_altstring_Set_elt_method_uncheckedand routes throughwith_r_thread. Generated from source location line 309, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altstring_ Set_ elt_ method_ unchecked - Unchecked FFI binding for
R_set_altstring_Set_elt_method. Generated from source location line 309, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altvec_ Dataptr_ method - Checked wrapper for
R_set_altvec_Dataptr_method. CallsR_set_altvec_Dataptr_method_uncheckedand routes throughwith_r_thread. Generated from source location line 261, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altvec_ Dataptr_ method_ unchecked - Unchecked FFI binding for
R_set_altvec_Dataptr_method. Generated from source location line 261, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altvec_ Dataptr_ or_ null_ method - Checked wrapper for
R_set_altvec_Dataptr_or_null_method. CallsR_set_altvec_Dataptr_or_null_method_uncheckedand routes throughwith_r_thread. Generated from source location line 262, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altvec_ Dataptr_ or_ null_ method_ unchecked - Unchecked FFI binding for
R_set_altvec_Dataptr_or_null_method. Generated from source location line 262, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altvec_ Extract_ subset_ method - Checked wrapper for
R_set_altvec_Extract_subset_method. CallsR_set_altvec_Extract_subset_method_uncheckedand routes throughwith_r_thread. Generated from source location line 266, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - R_
set_ 🔒 ⚠altvec_ Extract_ subset_ method_ unchecked - Unchecked FFI binding for
R_set_altvec_Extract_subset_method. Generated from source location line 266, column 8. Generated from source fileminiextendr-api/src/sys/altrep.rs. - sexp
- Extracts the
ptrfield fromR_altrep_class_t. - subtype_
init - Creates an
R_altrep_class_tfrom a SEXP pointer.
Type Aliases§
- R_
altcomplex_ Elt_ method_ t - Signature for ALTCOMPLEX
eltmethod. - R_
altcomplex_ Get_ region_ method_ t - Signature for ALTCOMPLEX
get_regionmethod. - R_
altinteger_ Elt_ method_ t - Signature for ALTINTEGER
eltmethod. - R_
altinteger_ Get_ region_ method_ t - Signature for ALTINTEGER
get_regionmethod. - R_
altinteger_ Is_ sorted_ method_ t - Signature for ALTINTEGER
is_sortedmethod. - R_
altinteger_ Max_ method_ t - Signature for ALTINTEGER
maxmethod. - R_
altinteger_ Min_ method_ t - Signature for ALTINTEGER
minmethod. - R_
altinteger_ No_ NA_ method_ t - Signature for ALTINTEGER
no_namethod. - R_
altinteger_ Sum_ method_ t - Signature for ALTINTEGER
summethod. - R_
altlist_ Elt_ method_ t - Signature for ALTLIST
eltmethod. - R_
altlist_ Set_ elt_ method_ t - Signature for ALTLIST
set_eltmethod. - R_
altlogical_ Elt_ method_ t - Signature for ALTLOGICAL
eltmethod. - R_
altlogical_ Get_ region_ method_ t - Signature for ALTLOGICAL
get_regionmethod. - R_
altlogical_ Is_ sorted_ method_ t - Signature for ALTLOGICAL
is_sortedmethod. - R_
altlogical_ No_ NA_ method_ t - Signature for ALTLOGICAL
no_namethod. - R_
altlogical_ Sum_ method_ t - Signature for ALTLOGICAL
summethod. - R_
altraw_ Elt_ method_ t - Signature for ALTRAW
eltmethod. - R_
altraw_ Get_ region_ method_ t - Signature for ALTRAW
get_regionmethod. - R_
altreal_ Elt_ method_ t - Signature for ALTREAL
eltmethod. - R_
altreal_ Get_ region_ method_ t - Signature for ALTREAL
get_regionmethod. - R_
altreal_ Is_ sorted_ method_ t - Signature for ALTREAL
is_sortedmethod. - R_
altreal_ Max_ method_ t - Signature for ALTREAL
maxmethod. - R_
altreal_ Min_ method_ t - Signature for ALTREAL
minmethod. - R_
altreal_ No_ NA_ method_ t - Signature for ALTREAL
no_namethod. - R_
altreal_ Sum_ method_ t - Signature for ALTREAL
summethod. - R_
altrep_ Coerce_ method_ t - Signature for ALTREP
coercemethod. - R_
altrep_ DuplicateEX_ method_ t - Signature for ALTREP extended
duplicatemethod. - R_
altrep_ Duplicate_ method_ t - Signature for ALTREP
duplicatemethod. - R_
altrep_ Inspect_ method_ t - Signature for ALTREP
inspectmethod. - R_
altrep_ Length_ method_ t - Signature for ALTREP
lengthmethod. - R_
altrep_ Serialized_ state_ method_ t - Signature for ALTREP
serialized_statemethod. - R_
altrep_ UnserializeEX_ method_ t - Signature for ALTREP extended
unserializemethod. - R_
altrep_ Unserialize_ method_ t - Signature for ALTREP
unserializemethod. - R_
altstring_ Elt_ method_ t - Signature for ALTSTRING
eltmethod. - R_
altstring_ Is_ sorted_ method_ t - Signature for ALTSTRING
is_sortedmethod. - R_
altstring_ No_ NA_ method_ t - Signature for ALTSTRING
no_namethod. - R_
altstring_ Set_ elt_ method_ t - Signature for ALTSTRING
set_eltmethod. - R_
altvec_ Dataptr_ method_ t - Signature for ALTVEC
dataptrmethod. - R_
altvec_ Dataptr_ or_ null_ method_ t - Signature for ALTVEC
dataptr_or_nullmethod. - R_
altvec_ Extract_ subset_ method_ t - Signature for ALTVEC
extract_subsetmethod.