Kone
Toggle table of contents
0.0.0-experiment
common
Platform filter
common
Switch theme
Search in API
Kone
kone.algebraicExtra
/
dev.lounres.kone.algebraic
/
UBigLongContext
UBig
Long
Context
object
UBigLongContext
:
Reification
<
UBigLong
>
,
EuclideanSemiring
<
UBigLong
>
,
ExtendedSemiring
<
UBigLong
>
,
Order
<
UBigLong
>
,
Hashing
<
UBigLong
>
(
source
)
Members
Properties
one
Link copied to clipboard
open
override
val
one
:
UBigLong
value
Link copied to clipboard
open
val
UInt
.
value
:
UBigLong
open
val
ULong
.
value
:
UBigLong
zero
Link copied to clipboard
open
override
val
zero
:
UBigLong
Functions
and
Link copied to clipboard
infix
fun
UBigLong
.
and
(
other
:
UBigLong
)
:
UBigLong
compare
With
Link copied to clipboard
open
infix override
fun
UBigLong
.
compareWith
(
other
:
UBigLong
)
:
ComparisonResult
contains
Link copied to clipboard
open
operator override
fun
contains
(
element
:
Any
?
)
:
Boolean
div
Link copied to clipboard
open
operator override
fun
UBigLong
.
div
(
other
:
UBigLong
)
:
UBigLong
operator
fun
UBigLong
.
div
(
other
:
UInt
)
:
UBigLong
operator
fun
UBigLong
.
div
(
other
:
ULong
)
:
UBigLong
operator
fun
UInt
.
div
(
other
:
UBigLong
)
:
UBigLong
operator
fun
ULong
.
div
(
other
:
UBigLong
)
:
UBigLong
divrem
Link copied to clipboard
open
infix override
fun
UBigLong
.
divrem
(
other
:
UBigLong
)
:
EuclideanDivisionResult
<
UBigLong
>
equals
To
Link copied to clipboard
open
infix override
fun
UBigLong
.
equalsTo
(
other
:
UBigLong
)
:
Boolean
hash
Link copied to clipboard
open
override
fun
UBigLong
.
hash
(
)
:
Int
is
Not
One
Link copied to clipboard
open
fun
UBigLong
.
isNotOne
(
)
:
Boolean
is
Not
Zero
Link copied to clipboard
open
fun
UBigLong
.
isNotZero
(
)
:
Boolean
is
One
Link copied to clipboard
open
override
fun
UBigLong
.
isOne
(
)
:
Boolean
is
Zero
Link copied to clipboard
open
override
fun
UBigLong
.
isZero
(
)
:
Boolean
minus
Link copied to clipboard
open
operator
fun
UBigLong
.
minus
(
other
:
UInt
)
:
UBigLong
open
operator
fun
UBigLong
.
minus
(
other
:
ULong
)
:
UBigLong
open
operator
fun
UInt
.
minus
(
other
:
UBigLong
)
:
UBigLong
open
operator
fun
ULong
.
minus
(
other
:
UBigLong
)
:
UBigLong
open
operator override
fun
UBigLong
.
minus
(
other
:
UBigLong
)
:
UBigLong
or
Link copied to clipboard
infix
fun
UBigLong
.
or
(
other
:
UBigLong
)
:
UBigLong
plus
Link copied to clipboard
open
operator
fun
UBigLong
.
plus
(
other
:
UInt
)
:
UBigLong
open
operator
fun
UBigLong
.
plus
(
other
:
ULong
)
:
UBigLong
open
operator
fun
UInt
.
plus
(
other
:
UBigLong
)
:
UBigLong
open
operator
fun
ULong
.
plus
(
other
:
UBigLong
)
:
UBigLong
open
operator override
fun
UBigLong
.
plus
(
other
:
UBigLong
)
:
UBigLong
pow
Link copied to clipboard
open
infix
fun
UBigLong
.
pow
(
exponent
:
UInt
)
:
UBigLong
open
infix
fun
UBigLong
.
pow
(
exponent
:
ULong
)
:
UBigLong
power
Link copied to clipboard
open
fun
power
(
base
:
UBigLong
,
exponent
:
UInt
)
:
UBigLong
open
fun
power
(
base
:
UBigLong
,
exponent
:
ULong
)
:
UBigLong
reify
Link copied to clipboard
open
override
fun
reify
(
element
:
Any
?
)
:
UBigLong
reify
Maybe
Link copied to clipboard
open
override
fun
reifyMaybe
(
element
:
Any
?
)
:
Maybe
<
UBigLong
>
reify
Or
Null
Link copied to clipboard
open
override
fun
reifyOrNull
(
element
:
Any
?
)
:
UBigLong
?
rem
Link copied to clipboard
open
operator override
fun
UBigLong
.
rem
(
other
:
UBigLong
)
:
UBigLong
shl
Link copied to clipboard
infix
fun
UBigLong
.
shl
(
bitCount
:
UInt
)
:
UBigLong
shr
Link copied to clipboard
infix
fun
UBigLong
.
shr
(
bitCount
:
UInt
)
:
UBigLong
times
Link copied to clipboard
open
operator
fun
UBigLong
.
times
(
other
:
UInt
)
:
UBigLong
open
operator
fun
UBigLong
.
times
(
other
:
ULong
)
:
UBigLong
open
operator
fun
UInt
.
times
(
other
:
UBigLong
)
:
UBigLong
open
operator
fun
ULong
.
times
(
other
:
UBigLong
)
:
UBigLong
open
operator override
fun
UBigLong
.
times
(
other
:
UBigLong
)
:
UBigLong
value
Of
Link copied to clipboard
open
override
fun
valueOf
(
arg
:
UInt
)
:
UBigLong
open
override
fun
valueOf
(
arg
:
ULong
)
:
UBigLong
xor
Link copied to clipboard
infix
fun
UBigLong
.
xor
(
other
:
UBigLong
)
:
UBigLong