RAA - product

product / 0.9.9

Short description: product
Category: Library/Datastructure
Status: usable
Created: 2002-07-08 19:01:09 GMT
Last update: -
Owner: gotoken (Projects of this owner)
Homepage: http://www.notwork.org/~gotoken/ruby/p/product/
Download: http://www.notwork.org/~gotoken/ruby/p/product/ruby-product-0.9.9.tar.gz
License: Ruby's
Dependency:
None
Description:

direct product class for enumerables.


for i,j in [:alice, :bob]*(2..5) do .... end

for x,y,z in [false, true]**3 do .... end

etc.

Edit this project (for project owner)

back to RAA top