ULong

final class ULong(val signed: Long) extends AnyVal
Companion:
object
Source:
ulong.scala
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

Implicitly added by ULongOps
Implicitly added by ULongOps
Implicitly added by ULongOps
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Returns:

a string representation of the object.

Definition Classes
Any
Source:
ulong.scala

Concrete fields

val u: ULong
Implicitly added by ULongOps