AtomPair

class AtomPair(a: Atom, b: Atom)

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

Constructors

Link copied to clipboard
fun AtomPair(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 toContent(): ContentAtomPair
Link copied to clipboard
open override fun toString(): String

Properties

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