pub unsafe extern "C" fn flecs_sparse_init(
sparse: *mut ecs_sparse_t,
allocator: *mut ecs_allocator_t,
page_allocator: *mut ecs_block_allocator_t,
elem_size: ecs_size_t,
)Expand description
Initialize sparse set
pub unsafe extern "C" fn flecs_sparse_init(
sparse: *mut ecs_sparse_t,
allocator: *mut ecs_allocator_t,
page_allocator: *mut ecs_block_allocator_t,
elem_size: ecs_size_t,
)Initialize sparse set