collect-index-by ( ... seq quot: ( ... obj -- ... key ) -- ... assoc )


Vocabulary
assocs.extras

Inputs
seqan object
quota quotation with stack effect ( ... obj -- ... key )


Outputs
assocan object


Definition


: collect-index-by
( ... seq quot: ( ... obj -- ... key ) -- ... assoc )
[ H{ } clone ] 2dip collect-index-by! ; inline