next up previous contents index
Next: HashType Up: KeyEntry Previous: entry,explode,key   Contents   Index


setEntry!,setKey!


Usage

setEntry!(p, v)
setKey!(p, k)


Signatures

setEntry!: (%, V) $\to$ V
setKey!: (%, K) $\to$ K


Parameter Type Description
p % a key-entry pair
k K a key
v V an entry


Description

setEntry!(p, v) (resp. setKey!(p, k)) changes the entry (resp. key) of p to v (resp. k) and returns v (resp. k).



Manuel Bronstein 2004-06-28