final class N16 extends AnyVal with Range[N16]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- N16
- 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: N16): N16
- final def *(other: N16): N16
- final def +(other: N16): N16
- final def -(other: N16): N16
- final def /(other: N16): N16
- final def <(other: N16): B
- final def <=(other: N16): B
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
- final def >(other: N16): B
- final def >=(other: N16): B
- final def BitWidth: Int
- def Index: N16
- def Max: N16
- def Min: N16
- def Name: java.lang.String
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def boxer: Boxer.type
-
def
compareTo(other: N16): Int
- Definition Classes
- ZLike → Comparable
- final def decrease: N16
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def hasMax: Boolean
- def hasMin: Boolean
- final def increase: N16
- final def isBitVector: Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isSigned: Boolean
- def isZeroIndex: Boolean
- def make(v: Z): N16
- final def string: String
-
def
to(n: N16): ZRange[N16]
- 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_-: N16
-
def
until(n: N16): ZRange[N16]
- Definition Classes
- ZLike
- val value: Z