get-row ( board index -- seq )


Vocabulary
gamelib.board

Inputs
boardan object
indexan object


Outputs
seqan object


Definition


:: get-row ( board index -- seq ) index board cells>> nth ;