PosInt

@implicitNotFound("type expr ${E} is not a positive Int")
class PosInt[E](val value: Int)
Companion:
object
class Object
trait Matchable
class Any

Value members

Concrete fields

val value: Int