PurityLevel

dotty.tools.dotc.ast.TreeInfo.PurityLevel
final class PurityLevel(val x: Int) extends AnyVal

A purity level is represented as a bitset (expressed as an Int)

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def >=(that: PurityLevel): Boolean

this contains the bits of that

this contains the bits of that

Attributes

The intersection of the bits of this and that

The intersection of the bits of this and that

Attributes

Concrete fields

val x: Int