TermRefSet

sealed class TermRefSet(using x$1: Context)

A set of term references where equality is =:=

Companion:
object
class Object
trait Matchable
class Any

Value members

Concrete methods

def ++=(that: TermRefSet): Unit
def +=(ref: TermRef): Unit
def foreach[U](f: TermRef => U): Unit
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Returns:

a string representation of the object.

Definition Classes
Any