Expression

public protocol Expression : CustomStringConvertible, Equatable

Undocumented

  • raw

    Undocumented

    Declaration

    Swift

    var raw: String { get }
  • description Extension method

    Declaration

    Swift

    public var description: String { get }
  • ==(_:_:) Extension method

    Declaration

    Swift

    public static func == (lhs: Self, rhs: Self) -> Bool