flecs_sparse_is_alive

Function flecs_sparse_is_alive 

Source
pub unsafe extern "C" fn flecs_sparse_is_alive(
    sparse: *const ecs_sparse_t,
    id: u64,
) -> bool
Expand description

Test if id is alive, which requires the generation count to match.