class UInt256ValueDomain<T : UInt256Value<T>> : DiscreteDomain<T>
(source)
A DiscreteDomain over a UInt256Value.
UInt256ValueDomain(ctor: Function<UInt256, T>) |
fun distance(start: T, end: T): Long |
|
fun maxValue(): T |
|
fun minValue(): T |
|
fun next(value: T): T |
|
fun previous(value: T): T |