ULong

object ULong extends ULongInstances
Companion:
class
class Object
trait Matchable
class Any
ULong.type

Value members

Concrete methods

final def apply(n: Long): ULong
final def apply(s: String): ULong
final def fromBigInt(n: BigInt): ULong
final def fromInt(n: Int): ULong
final def fromLong(n: Long): ULong

Concrete fields

Implicits

Implicits

implicit def ulongToBigInt(n: ULong): BigInt

Inherited implicits

final implicit val ULongBitString: BitString[ULong]
Inherited from:
ULongInstances
final implicit val ULongTag: NumberTag[ULong]
Inherited from:
ULongInstances