next up previous contents index
Next: setEntry!,setKey! Up: KeyEntry Previous: []   Contents   Index


entry,explode,key


Usage

entry p
(k, v) := explode p
key p


Signatures

entry: % $\to$ V
explode: % $\to$ (K, V)
key: % $\to$ K


Parameter Type Description
p % a key-entry pair


Returns

entry(p) and key(p) return respectively the entry and key of p, while explode(p) returns the pair (key p, entry p).



Manuel Bronstein 2004-06-28