auto

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

Givens

Inherited givens

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