class UInt256Domain : DiscreteDomain<UInt256>
(source)
A DiscreteDomain over UInt256.
UInt256Domain()
A DiscreteDomain over UInt256. |
fun distance(start: UInt256, end: UInt256): Long |
|
fun maxValue(): UInt256 |
|
fun minValue(): UInt256 |
|
fun next(value: UInt256): UInt256 |
|
fun previous(value: UInt256): UInt256 |