UInt

esexpr.unsigned.package$package.UInt
object UInt

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
UInt.type

Members list

Value members

Concrete fields

val MaxValue: UInt
val MinValue: UInt

Extensions

Extensions

extension (a: UInt)
def *(b: UInt): UInt
def +(b: UInt): UInt
def -(b: UInt): UInt
def /(b: UInt): UInt
def <(b: UInt): Boolean
def <=(b: UInt): Boolean
def >(b: UInt): Boolean
def >=(b: UInt): Boolean
def compareTo(b: UInt): Int
def toBigInt: BigInt
def toByte: Byte
def toInt: Int
def toLong: Long
def toShort: Short
def toUByte: UByte
def toULong: ULong