From: Nicolas C. <war...@fr...> - 2003-04-18 03:11:07
|
> The problem is that you can't right now do a "force" in a count function > since you're have not yet any Enum.t to work on, but ok let's try : > Here's the code : ... BTW, If you look at implementation of Enum.filter, that's what it is doing, since you cannot know the elements count before actually having filtered them. Nicolas Cannasse |