tuple1
tuple2
&optional val-fn
)tuple1
and tuple2
,val-fn
on the value from tuple1
and the value from tuple2
.val-fn
defaults to simply returning its third argument, so the entries intuple2
simply shadow those in tuple1
.tuple-merge tuple tuple |