eq

infix fun Expression.eq(term: Term): Result<Constraint>
infix fun Expression.eq(constant: Number): Result<Constraint>
infix fun Expression.eq(property: Property): Result<Constraint>
infix fun Term.eq(term: Term): Result<Constraint>
infix fun Term.eq(constant: Number): Result<Constraint>
infix fun Term.eq(property: Property): Result<Constraint>
infix fun Term.eq(expression: Expression): Result<Constraint>
infix fun Term.eq(property: ConstProperty): Result<Constraint>
infix fun Term.eq(expression: ConstExpression): Result<Constraint>
infix fun Property.eq(term: Term): Result<Constraint>
infix fun Property.eq(constant: Number): Result<Constraint>
infix fun Property.eq(property: Property): Result<Constraint>
infix fun Property.eq(expression: Expression): Result<Constraint>
infix fun Property.eq(property: ConstProperty): Result<Constraint>
infix fun Property.eq(expression: ConstExpression): Result<Constraint>
infix fun Position.eq(other: Position): List<Result<Constraint>>
infix fun Position.eq(point: Point): List<Result<Constraint>>
infix fun Edges.eq(other: ConstEdges): List<Result<Constraint>>
infix fun Edges.eq(other: Edges): List<Result<Constraint>>
infix fun Edges.eq(rectangle: Rectangle): List<Result<Constraint>>
infix fun Number.eq(term: Term): Result<Constraint>
infix fun Number.eq(variable: Property): Result<Constraint>
infix fun Number.eq(expression: Expression): Result<Constraint>