pub unsafe extern "C" fn flecs_sparse_is_alive(
sparse: *const ecs_sparse_t,
id: u64,
) -> boolExpand description
Test if id is alive, which requires the generation count to match.
pub unsafe extern "C" fn flecs_sparse_is_alive(
sparse: *const ecs_sparse_t,
id: u64,
) -> boolTest if id is alive, which requires the generation count to match.