kotlin-unsigned
/
unsigned
/
Ulong
/
UlongIterator
Ulong
Iterator
class
UlongIterator
(ulongRange:
Ulong.UlongRange
) :
Iterator
<
Ulong
>
Content copied to clipboard
Functions
Properties
Sources
Functions
equals
Link copied to clipboard
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
forEachRemaining
Link copied to clipboard
open fun
forEachRemaining
(p0:
Consumer
<in
Ulong
>)
Content copied to clipboard
hashCode
Link copied to clipboard
open fun
hashCode
():
Int
Content copied to clipboard
hasNext
Link copied to clipboard
open operator override fun
hasNext
():
Boolean
Content copied to clipboard
next
Link copied to clipboard
open operator override fun
next
():
Ulong
Content copied to clipboard
toString
Link copied to clipboard
open fun
toString
():
String
Content copied to clipboard
Properties
current
Link copied to clipboard
var
current
:
Ulong
Content copied to clipboard
ulongRange
Link copied to clipboard
val
ulongRange
:
Ulong.UlongRange
Content copied to clipboard
Sources
(source)
Link copied to clipboard