pub unsafe extern "C" fn ecs_map_insert_alloc(
map: *mut ecs_map_t,
elem_size: ecs_size_t,
key: ecs_map_key_t,
) -> *mut c_voidExpand description
Insert pointer element for key, populate with new allocation.
pub unsafe extern "C" fn ecs_map_insert_alloc(
map: *mut ecs_map_t,
elem_size: ecs_size_t,
key: ecs_map_key_t,
) -> *mut c_voidInsert pointer element for key, populate with new allocation.