Package

scala.scalanative

unsigned

Permalink

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. All

Type Members

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

    Permalink

    UByte, a 8-bit unsigned integer.

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

    Permalink

    UInt, a 32-bit unsigned integer.

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

    Permalink

    ULong, a 64-bit unsigned integer.

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

    Permalink

    UShort, a 16-bit unsigned integer.

  5. implicit final class UnsignedRichByte extends AnyVal

    Permalink

    Scala Native unsigned extensions to the standard Byte.

  6. implicit final class UnsignedRichInt extends AnyVal

    Permalink

    Scala Native unsigned extensions to the standard Int.

  7. implicit final class UnsignedRichLong extends AnyVal

    Permalink

    Scala Native unsigned extensions to the standard Long.

  8. implicit final class UnsignedRichShort extends AnyVal

    Permalink

    Scala Native unsigned extensions to the standard Short.

Value Members

  1. object UByte extends Serializable

    Permalink
  2. object UInt extends Serializable

    Permalink
  3. object ULong extends Serializable

    Permalink
  4. object UShort extends Serializable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped