[ CCode ( instance_pos = 2.9 ) ]
public delegate bool IteratorFoldFunction (Value item, ref Value ret)
A function to be passed to fold.
item |
the item to fold |
ret |
a Value collecting the result |
user_data |
data passed to fold |
|