kotlin.collections.Iterable
@JvmInline() public final class TextRange implements Iterable<Int>
private final Integer
start
end
TextRange(IntRange value)
final Integer
getStart()
getEnd()
Iterator<Integer>
iterator()
String
toString()
forEach, spliterator
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final Integer getStart()
final Integer getEnd()
Iterator<Integer> iterator()
String toString()