next up previous contents index
Next: numberOfEntries Up: TableType Previous: entries, keys   Contents   Index


find


Usage

find(k, t)


Signature

find: (K, %) $\to$ Partial V


Parameter Type Description
k K a key
t % a table


Returns

Returns failed if there is no element with key k in t, the element of t with key k otherwise.


See Also

apply



Manuel Bronstein 2004-06-28