IteratorFoldFunction
Description:
public delegate bool IteratorFoldFunction (
T item,
ref Value ret)
A function to be passed to fold.
Parameters:
| item |
the item to fold |
| ret |
a Value collecting the result |
| user_data |
data passed to fold
|
Returns:
| TRUE if the fold should continue, FALSE if it should stop. |