[ CCode ( cname = "g_sequence_foreach_range" ) ]
public void foreach_range (SequenceIter<G> end, Func<G> func)
Calls func for each item in the range (begin, end) passing user_data to the function.
func must not modify the sequence itself.
| end | |
| func | |
| begin | |
| user_data |
user data passed to |