toggle menu
bignum
0.3.10
common
switch theme
search in API
bignum
/
com.ionspin.kotlin.bignum.integer
/
BigInteger
/
BigIntegerIterator
Big
Integer
Iterator
class
BigIntegerIterator
(
start
:
BigInteger
,
endInclusive
:
BigInteger
)
:
Iterator
<
BigInteger
>
Members
Constructors
Big
Integer
Iterator
Link copied to clipboard
constructor
(
start
:
BigInteger
,
endInclusive
:
BigInteger
)
Functions
has
Next
Link copied to clipboard
open
operator override
fun
hasNext
(
)
:
Boolean
next
Link copied to clipboard
open
operator override
fun
next
(
)
:
BigInteger