Tuple

class Tuple

Auxiliary generic class to represent a pair of position and associated move. It is immutable.

This is a facade created to enable exporting the code to JS, though it can also be used directly within the JS modules of any KMP project.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val move: Move
Link copied to clipboard

Functions

Link copied to clipboard
operator fun component1(): Position
Link copied to clipboard
operator fun component2(): Move
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int