Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
collect-pairs ( seq quot: ( x y -- v k y ) -- hashtable )
Vocabulary
math.statistics
Definition
USING:
assocs
kernel
;
IN:
math.statistics
:
collect-pairs
( seq quot: ( x y -- v k y ) -- hashtable )
[
[
nip
]
dip
push-at
]
sequence>hashtable
;
inline