[ Version ( since = "0.9.2" ) ]
public Bool next (ref Codepoint codepoint)
Fetches the next element in set that is greater than current value of codepoint.
Set codepoint to SET_VALUE_INVALID to get started.
| codepoint |
Input = Code point to query Output = Code point retrieved |
| set |
A set |
|
`true` if there was a next value, `false` otherwise |