map>assoc-combinations ( ... seq k quot: ( ... elt -- ... key value ) exemplar -- ... assoc )


Vocabulary
math.combinatorics

Definition
USING: assocs kernel math.combinatorics.private ;

IN: math.combinatorics

: map>assoc-combinations
( ... seq k quot: ( ... elt -- ... key value ) exemplar -- ... assoc )
[ combinations-quot ] dip map>assoc ; inline