A tuple is the elementary object in Rinda
programming. Tuples may be matched against templates if the tuple and the template are the same size.
Methods
Class Public methods
new(ary_or_hash) Link
Instance Public methods
[](k) Link
Accessor method for elements of the tuple.
each() Link
Iterate through the tuple, yielding the index or key, and the value, thus ensuring arrays are iterated similarly to hashes.
fetch(k) Link
Fetches item k
from the tuple.
size() Link
The number of elements in the tuple.