NonNegInt

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

Value members

Concrete fields

val value: Int