scala.scalanative.unsigned

Type members

Classlikes

final
class UByte extends Serializable with Comparable[UByte]

UByte, a 8-bit unsigned integer.

UByte, a 8-bit unsigned integer.

Companion
object
object UByte
Companion
class
final
class UInt extends Serializable with Comparable[UInt]

UInt, a 32-bit unsigned integer.

UInt, a 32-bit unsigned integer.

Companion
object
object UInt
Companion
class
final
class ULong extends Serializable with Comparable[ULong]

ULong, a 64-bit unsigned integer.

ULong, a 64-bit unsigned integer.

Companion
object
object ULong
Companion
class
final
class UShort extends Serializable with Comparable[UShort]

UShort, a 16-bit unsigned integer.

UShort, a 16-bit unsigned integer.

Companion
object
object UShort
Companion
class
final implicit
class UnsignedRichByte(val value: Byte) extends AnyVal

Scala Native unsigned extensions to the standard Byte.

Scala Native unsigned extensions to the standard Byte.

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

Scala Native unsigned extensions to the standard Int.

Scala Native unsigned extensions to the standard Int.

final implicit
class UnsignedRichLong(val value: Long) extends AnyVal

Scala Native unsigned extensions to the standard Long.

Scala Native unsigned extensions to the standard Long.

final implicit
class UnsignedRichShort(val value: Short) extends AnyVal

Scala Native unsigned extensions to the standard Short.

Scala Native unsigned extensions to the standard Short.

Implicits

Implicits

final implicit

Scala Native unsigned extensions to the standard Byte.

Scala Native unsigned extensions to the standard Byte.

final implicit

Scala Native unsigned extensions to the standard Int.

Scala Native unsigned extensions to the standard Int.

final implicit

Scala Native unsigned extensions to the standard Long.

Scala Native unsigned extensions to the standard Long.

final implicit

Scala Native unsigned extensions to the standard Short.

Scala Native unsigned extensions to the standard Short.