Enumerations

The following enumerations are available globally.

  • Represents piece and side color.

    See more

    Declaration

    Swift

    public enum PieceColor
  • Represents a piece kind regardless of it’s color.

    See more

    Declaration

    Swift

    public enum PieceKind : String, CustomStringConvertible