Packages

package unsigned

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. unsigned
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final class UByte extends java.io.Serializable with Comparable[UByte]

    UByte, a 8-bit unsigned integer.

  2. final class UInt extends java.io.Serializable with Comparable[UInt]

    UInt, a 32-bit unsigned integer.

  3. final class ULong extends java.io.Serializable with Comparable[ULong]

    ULong, a 64-bit unsigned integer.

  4. final class UShort extends java.io.Serializable with Comparable[UShort]

    UShort, a 16-bit unsigned integer.

  5. implicit final class UnsignedRichByte extends AnyVal

    Scala Native unsigned extensions to the standard Byte.

  6. implicit final class UnsignedRichInt extends AnyVal

    Scala Native unsigned extensions to the standard Int.

  7. implicit final class UnsignedRichLong extends AnyVal

    Scala Native unsigned extensions to the standard Long.

  8. implicit final class UnsignedRichShort extends AnyVal

    Scala Native unsigned extensions to the standard Short.

Value Members

  1. object UByte extends java.io.Serializable
  2. object UInt extends java.io.Serializable
  3. object ULong extends java.io.Serializable
  4. object UShort extends java.io.Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped