Handbook
Glossary
each-row ( shaped-array quot -- )
Vocabulary
arrays
.
shaped
Inputs
shaped-array
an
object
quot
an
object
Outputs
None
Definition
USING:
accessors
grouping
kernel
sequences
;
IN:
arrays.shaped
:
each-row
( shaped-array quot -- )
[
[
underlying>>
]
[
shape>>
row-length
<groups>
]
bi
]
dip
each
;
inline