io.github.kory33.s2mctest.impl.connection.typeclass

Type members

Classlikes

trait IntLike[A]

An object that allows coercing conversion between Int.

An object that allows coercing conversion between Int.

Caution: this is not a lawful typeclass. Because different number representations have different maximum / minimum representable range, we cannot strictly force that fromInt . toInt = identity, although instances of IntLike should do their best at emulating isomorphism, as does Integral instances.

Companion
object
object IntLike
Companion
class