Structures The following structures are available globally. Board A class that represents a chess board with pieces. See more Declaration Swift public struct Board : Hashable Square Square on Board. See more Declaration Swift public struct Square : Hashable extension Square: CustomStringConvertible Move Represents move on board. See more Declaration Swift public struct Move : CustomStringConvertible, Hashable Piece Piece on Board with it’s color. See more Declaration Swift public struct Piece : Hashable, CustomStringConvertible Position Game position. See more Declaration Swift public struct Position : Hashable © 2021 Alexander Perechnev. All rights reserved. (Last updated: 2021-03-04) Generated by jazzy ♪♫ v0.13.5, a Realm project.