UInt

esexpr.unsigned.UnsignedTypes.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

Givens

Givens

given given_CanEqual_UInt_UInt: CanEqual[UInt, 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 compare(b: UInt): Int
def toBigInt: BigInt
def toByte: Byte
def toInt: Int
def toLong: Long
def toShort: Short
def toUByte: UByte
def toULong: ULong