The function 'methodswith' is probably what you're looking for.
On Sunday, October 25, 2015 at 9:49:45 PM UTC+1, harven wrote: > > 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? >
