kotlin.ranges.LongProgression

LongProgression

open class LongProgression : Iterable<Long>

A progression of values of type Long.

Properties

first

val first: Long

The first element in the progression.

last

登录查看完整内容