OldMove

interface OldMove

Represents a type of the movement of pieces.

Parameters

B

the type of a board.

MG

the type of a move generator.

M

the type of a move.

P

the type of a piece.

C

the type of a coordinate.

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String