Kone
Toggle table of contents
0.0.0-experiment-2025.3.27
common
Platform filter
common
Switch theme
Search in API
Kone
kone.algebraicExtra
/
dev.lounres.kone.algebraic.internal
Package-level
declarations
Types
Functions
Types
ULong
X
Link copied to clipboard
@
JvmInline
value
class
ULongX
(
val
first
:
ULong
,
val
second
:
ULong
)
Functions
add
Link copied to clipboard
inline
fun
add
(
left
:
ULong
,
right
:
ULong
)
:
ULongX
inline
fun
add
(
left
:
ULong
,
middle
:
ULong
,
right
:
ULong
)
:
ULongX
multiply
Link copied to clipboard
inline
fun
multiply
(
left
:
ULong
,
right
:
ULong
)
:
ULongX