ConstConsumedSet

dotty.tools.dotc.cc.SepCheck.ConstConsumedSet
class ConstConsumedSet(val refs: Array[CaptureRef], val locs: Array[SrcPos]) extends ConsumedSet

A fixed consumed set consisting of the given references refs and associated source positions locs

Attributes

Graph
Supertypes
class ConsumedSet
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def size: Int

The number of references in the set

The number of references in the set

Attributes

Inherited methods

def show(using Context): String

Attributes

Inherited from:
ConsumedSet

Attributes

Inherited from:
ConsumedSet

Concrete fields

val locs: Array[SrcPos]

The associated source positoons. The array should be treated as immutable in client code

The associated source positoons. The array should be treated as immutable in client code

Attributes

The references in the set. The array should be treated as immutable in client code

The references in the set. The array should be treated as immutable in client code

Attributes