An iterable type is obtained by defining start, next and end methods for such a type. Is there a way to obtain the list of all functions that work on iterable types?
I can see that there are some functions listed under the Iteration section but it does not seem to be the full story. For example mapreduce works on iterable types (nice) but it seems that the length function is not defined on iterables. Why is it so?
