Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
m. ( m m -- m )
Vocabulary
math.matrices
Definition
USING:
kernel
sequences
;
IN:
math.matrices
:
m.
( m m -- m )
flip
[
swap
m.v
]
curry
map
;