RangeIntConstructor

매뉴얼로 전환
public RangeInt (int start, int length);

파라미터

startThe starting index of the range.
lengthThe length of the range.

설명

Constructs a new RangeInt with given start, length values.