SplicedType

object SplicedType

Extractors for type splices

class Object
trait Matchable
class Any

Value members

Concrete methods

def unapply(tree: Select)(using Context): Option[Tree]

Extracts the content of a spliced type tree. The result can be the contents of a type splice, which will return a type tree.

Extracts the content of a spliced type tree. The result can be the contents of a type splice, which will return a type tree.