ContentAtomPair

class ContentAtomPair(a: Atom, b: Atom)

A pair of atoms that defines equality by atom equality (ie ==), and is insensitive to atom order.

Constructors

Link copied to clipboard
fun ContentAtomPair(a: Atom, b: Atom)

Functions

Link copied to clipboard
operator fun component1(): Atom
Link copied to clipboard
operator fun component2(): Atom
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
fun toIdentity(): AtomPair
Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
val a: Atom
Link copied to clipboard
val b: Atom