Skip to main content

MX_R_WRAPPERS

Static MX_R_WRAPPERS 

Source
pub static MX_R_WRAPPERS: DistributedSlice<[RWrapperEntry]>
Expand description

R wrapper code fragments with priority for ordering.

Each #[miniextendr] function, impl block, or trait impl emits an entry. Priorities ensure correct evaluation order when R sources the wrapper file (sidecar helpers must be defined before class definitions that reference them).