PurityLevel

final class PurityLevel(val x: Int) extends AnyVal

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

class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def >=(that: PurityLevel): Boolean

this contains the bits of that

this contains the bits of that

The intersection of the bits of this and that

The intersection of the bits of this and that

Concrete fields

val x: Int