pub unsafe extern "C" fn flecs_sparse_try(
sparse: *const ecs_sparse_t,
elem_size: ecs_size_t,
id: u64,
) -> *mut c_voidExpand description
Same as flecs_sparse_get, but doesn’t assert if id is not alive.
pub unsafe extern "C" fn flecs_sparse_try(
sparse: *const ecs_sparse_t,
elem_size: ecs_size_t,
id: u64,
) -> *mut c_voidSame as flecs_sparse_get, but doesn’t assert if id is not alive.