final class Z64 extends AnyVal with Range[Z64]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Z64
- Range
- HasBoxer
- ZLike
- Comparable
- Number
- Immutable
- ImmutableMarker
- Clonable
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
$cannotMixImmutableAndMutable: Nothing
- Attributes
- protected
- Definition Classes
- Immutable
-
def
$clone: ImmutableMarker
- Definition Classes
- ImmutableMarker → Clonable
-
def
$hasEquals: Boolean
- Attributes
- protected
- Definition Classes
- Immutable
-
def
$hasString: Boolean
- Attributes
- protected
- Definition Classes
- Immutable
- final def %(other: Z64): Z64
- final def *(other: Z64): Z64
- final def +(other: Z64): Z64
- final def -(other: Z64): Z64
- final def /(other: Z64): Z64
- final def <(other: Z64): B
- final def <=(other: Z64): B
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
- final def >(other: Z64): B
- final def >=(other: Z64): B
- final def BitWidth: Int
- def Index: Z64
- def Max: Z64
- def Min: Z64
- def Name: java.lang.String
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def boxer: Boxer.type
-
def
compareTo(other: Z64): Int
- Definition Classes
- ZLike → Comparable
- final def decrease: Z64
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def hasMax: Boolean
- def hasMin: Boolean
- final def increase: Z64
- final def isBitVector: Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isSigned: Boolean
- def isZeroIndex: Boolean
- def make(v: Z): Z64
- final def string: String
-
def
to(n: Z64): ZRange[Z64]
- Definition Classes
- ZLike
- final def toBigInt: BigInt
- final def toIndex: Index
- final def toMP: Z
-
final
def
toString(): scala.Predef.String
- Definition Classes
- Range → Any
- Annotations
- @inline()
- final def unary_-: Z64
-
def
until(n: Z64): ZRange[Z64]
- Definition Classes
- ZLike
- val value: Z