UnsafeRichInt

final implicit
class UnsafeRichInt(val value: Int) extends AnyVal

Scala Native unsafe extensions to the standard Int.

class AnyVal
trait Matchable
class Any

Value members

Concrete methods

@inline
def toPtr[T]: Ptr[T]

Concrete fields

val value: Int