Macro Def-Tuple-Key
(
def-tuple-key name
&optional
default-fn
)
Defines a tuple key named name
. If default-fn
is supplied, it is used
to compute a value for lookups where the tuple has no explicit pair with this
key; it is called with one argument, the tuple.