pub(super) unsafe fn elem_drop(
store_modules: &AddrVec<ModuleAddr, ModuleInst<'_>>,
store_elements: &mut AddrVec<ElemAddr, ElemInst>,
current_module: ModuleAddr,
elem_idx: ElemIdx,
)Expand description
ยงSafety
The caller must ensure that the given element index is valid in
store_modules.get(current_module).elem_addrs.