delete-all-from-cells ( board locations obj -- board )


Vocabulary
gamelib.board

Inputs
boardan object
locationsan object
objan object


Outputs
boardan object


Definition


:: delete-all-from-cells ( board locations obj -- board )
locations [ board swap obj delete-all-from-cell drop ] each
board ;