Handling infinity
The .infinite method on Iterable objects reports "finiteness"
True # the object is "known infinite" False # the object is "known finite" Mu # the finiteness of the object is unknown
Perl 6 | More laziness and lists | #32 |
The .infinite method on Iterable objects reports "finiteness"
True # the object is "known infinite" False # the object is "known finite" Mu # the finiteness of the object is unknown
Copyright © 2012 http://www.pmichaud.com/2012/pres/ |