niva Help

IntRange

unary

echo -> Unit
isEmpty -> Boolean
first -> Int
last -> Int

Returns a random element from this range

random -> Int
toList -> List::Int
asSequence -> Sequence::Int
toMutableList -> MutableList::Int

binary

== IntRange -> Boolean
!= IntRange -> Boolean

keyword

The step of the progression

step: Int -> IntRange
forEach: [Int -> Unit] -> Unit
forEachIndexed: [Int, Int -> Unit] -> Unit
filter: [Int -> Boolean] -> IntRange
contains: Int -> Boolean
Last modified: 02 November 2024