struct Chess::MoveGenerator::AllGenerator
- Chess::MoveGenerator::AllGenerator
- Struct
- Value
- Object
Included Modules
- Enumerable(Int32)
Defined in:
chess/move_generator.crConstructors
Instance Method Summary
-
#each(&)
Must yield this collection's elements to the block.
- #position : Chess::Position
Constructor Detail
Instance Method Detail
def each(&)
#
Description copied from module Enumerable(Int32)
Must yield this collection's elements to the block.