Flip

public struct Flip : OptionSet, Encodable

Determines if the positions obtained from solver are flipped on each axis.

  • Declaration

    Swift

    public let rawValue: Int
  • x

    Undocumented

    Declaration

    Swift

    public static var x: Flip { get }
  • y

    Undocumented

    Declaration

    Swift

    public static var y: Flip { get }
  • Declaration

    Swift

    public init(rawValue: Int)
  • Declaration

    Swift

    public func encode(to encoder: Encoder) throws