IteratorFoldFunction

A function to be passed to gst.iterator.Iterator.fold.

alias IteratorFoldFunction = bool delegate

Return Value

true if the fold should continue, false if it should stop.