next


Description:

public bool next (out uint key, out unowned Option? option)

Fetch the next Option and its key.

Parameters:

this

a OptionIterator

key

return location for the key

option

return location for the option

Returns:

false if it reached the end, true otherwise