Handbook
Glossary
get-col ( board index -- seq )
Vocabulary
gamelib
.
board
Inputs
board
an
object
index
an
object
Outputs
seq
an
object
Definition
USING:
accessors
assocs
ranges
sequences
;
IN:
gamelib.board
::
get-col
( board index -- seq )
board board
height>>
[
index
]
replicate
board
height>>
[0..b)
zip
get-cells
;