fold/3 | Applies a fun/2 to every element of a tuple of tuples, in row major order. |
from_lol/1 | |
get/3 | Retrieves a single term from the given X,Y location in a tuple of tuples. |
new/3 | Constructs a new tuple of tuples of the given width and height. |
print/1 | Displays the tuple of tuples on the standard output. |
put/4 | Replaces a term with a new term in a tuple of tuples. |
to_lol/1 |
Applies a fun/2 to every element of a tuple of tuples, in row major order.
from_lol() -> term()
get(X::integer(), Y::integer(), Tot::tot()) -> term()
Retrieves a single term from the given X,Y location in a tuple of tuples.
new(W::integer(), H::integer(), Cell::term()) -> tot()
Constructs a new tuple of tuples of the given width and height.
print(ToT::tot()) -> ok
Displays the tuple of tuples on the standard output. Assumes that each term in the ToT is a string.
Replaces a term with a new term in a tuple of tuples.
to_lol() -> term()
Generated by EDoc, Dec 25 2007, 02:37:55.