UnsignedTypes

esexpr.unsigned.UnsignedTypes
object UnsignedTypes

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

object UByte

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
UByte.type
object UInt

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
UInt.type
object ULong

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
ULong.type
object UShort

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
UShort.type

Types

opaque type UByte
opaque type UInt
opaque type ULong
opaque type UShort

Extensions

Extensions

extension (a: Byte)
def toUByte: UByte
def toUInt: UInt
def toULong: ULong
extension (a: Short)
def toUByte: UByte
def toUInt: UInt
def toULong: ULong
extension (a: Int)
def toUByte: UByte
def toUInt: UInt
def toULong: ULong
extension (a: Long)
def toUByte: UByte
def toUInt: UInt
def toULong: ULong
extension (a: BigInt)
def toUByte: UByte
def toUInt: UInt
def toULong: ULong