remove_range
Description:
public void remove_range (
uint start,
uint n_items)
Removes all values from start (inclusive) to start + n_items (exclusive) in
this.
Parameters:
| this |
a `GtkBitset`
|
| start |
first value to remove
|
| n_items |
number of consecutive values to remove
|