auto

trait auto
Since:

2023-12-07

Companion:
object
class Object
trait Matchable
class Any
object auto.type

Givens

Givens

given derivedEq[A, B](using coercible: Coercible[A, B], eqB: Eq[B]): Eq[A]
given derivedShow[A, B](using coercible: Coercible[A, B], showB: Show[B]): Show[A]