ecs_map_insert

Function ecs_map_insert 

Source
pub unsafe extern "C" fn ecs_map_insert(
    map: *mut ecs_map_t,
    key: ecs_map_key_t,
    value: ecs_map_val_t,
)
Expand description

Insert element for key.