Feb. 12, 2014
11:44 a.m.
#( 11 7 4 21 ) detectIndex: #even ;-) On 12 Feb 2014, at 12:37, Norbert Hartl <norbert@hartl.name> wrote:
I just discovered that there is no method like
indexOf: aBlock
where the index of the element matching the block is returned. What would be the usual way to achieve this functionality?
Norbert