[ CCode ( has_target = false ) ]
public delegate void IteratorCopyFunction (Iterator it, Iterator copy)
This function will be called when creating a copy of it
and should create a copy of all custom iterator fields or increase
their reference counts.
it |
The original iterator |
copy |
The copied iterator |