toggle menu
bignum
0.3.10
common
switch theme
search in API
bignum
/
com.ionspin.kotlin.bignum.integer
/
BigInteger
/
BigIntegerRange
Big
Integer
Range
class
BigIntegerRange
(
val
start
:
BigInteger
,
val
endInclusive
:
BigInteger
)
:
ClosedRange
<
BigInteger
>
,
Iterable
<
BigInteger
>
Members
Constructors
Big
Integer
Range
Link copied to clipboard
constructor
(
start
:
BigInteger
,
endInclusive
:
BigInteger
)
Properties
end
Inclusive
Link copied to clipboard
open
override
val
endInclusive
:
BigInteger
start
Link copied to clipboard
open
override
val
start
:
BigInteger
Functions
contains
Link copied to clipboard
open
operator
fun
contains
(
value
:
BigInteger
)
:
Boolean
is
Empty
Link copied to clipboard
open
fun
isEmpty
(
)
:
Boolean
iterator
Link copied to clipboard
open
operator override
fun
iterator
(
)
:
Iterator
<
BigInteger
>