Set

public struct Set : OptionSet

An efficient set of Edges.

  • Declaration

    Swift

    public let rawValue: Int
  • Declaration

    Swift

    public init(rawValue: Int)
  • all

    All edges.

    Declaration

    Swift

    public static let all: `Self`
  • The bottom edge.

    Declaration

    Swift

    public static let bottom: `Self`
  • Horizontal edges.

    Declaration

    Swift

    public static let horizontal: `Self`
  • The leading edge.

    Declaration

    Swift

    public static let leading: `Self`
  • top

    The top edge.

    Declaration

    Swift

    public static let top: `Self`
  • The trailing edge.

    Declaration

    Swift

    public static let trailing: `Self`
  • Vertical edges.

    Declaration

    Swift

    public static let vertical: `Self`