add_range
Description:
[
Version ( since =
"0.9.7" ) ]
public void add_range (
Codepoint first,
Codepoint last)
Adds all of the elements from first to last (inclusive) to set.
Parameters:
| first |
The first element to add to set
|
| last |
The final element to add to set
|
| set |
A set
|