Usage
find(k, t)
Signature
find: (K, %) 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