Companion

object Companion

Functions

Link copied to clipboard
fun <T> identityMap(): MutableMap<Atom, T>

Creates a map that compares atoms using === rather than ==/equals()

Link copied to clipboard
fun identitySet(): MutableSet<Atom>

Creates a set that compares atoms using === rather than ==/equals()

Link copied to clipboard
fun identitySetOf(vararg atoms: Atom): MutableSet<Atom>