no flatCollect does not work.


> that is:
> #((1 2 3) (4 5 6)) flatten  --> #(1 2 3 4 5 6)
> 
> #(1 2 3 4 5 6) flatten  --> #(1 2 3 4 5 6)
> 
> #((1 2 3) 4 5 6) flatten  --> #(1 2 3 4 5 6)
> 
> 
> Any idea about the best implementation for this?
> 
> 
> --
> Simon
> 
> 
> 
> 
> _______________________________________________
> Pharo-users mailing list
> [email protected]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users


_______________________________________________
Pharo-users mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users

Reply via email to