com.netsensia.rivalchess.bitboards.DataClasses.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rivalchess-engine Show documentation
Show all versions of rivalchess-engine Show documentation
The engine used by Rival Chess
package com.netsensia.rivalchess.bitboards
class MagicVars(@JvmField val moves: Array, @JvmField val mask: LongArray, @JvmField val number: LongArray, @JvmField val shift: IntArray)