kotlin.ranges.CharProgression

CharProgression

open class CharProgression : Iterable<Char>

A progression of values of type Char.

Properties

first

val first: Char

The first element in the progression.

last

登录查看完整内容