Exact

dfhdl.internals.Exact
See theExact companion class
object Exact

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Exact.type

Members list

Type members

Classlikes

object Summon

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Summon.type
trait Summon[R, T <: R]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

inline def apply[T](value: T): Exact[T]
def fromValueMacro[T](value: Expr[T])(using Quotes, Type[T]): Expr[Exact[_]]
def strip(value: Any): Any

Implicits

Implicits

implicit transparent inline def fromExactTypes[T <: ExactTypes](inline value: T): Exact[_]
implicit inline def fromValue[T](value: T)(using NotGiven[T <:< ExactTypes]): Exact[T]
implicit inline def toValue[T](exact: Exact[T]): T