WList

dotty.tools.backend.WorklistAlgorithm.WList
class WList

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def clear(): Unit
def pop(): Elem
def push(e: Elem): Unit
def pushAll(xs: Iterable[Elem]): Unit