Discussion 解説
Array
instances are not always indexed from zero. Use start
and end
as the bounds for any element access, instead of 0
and count
.
Array
インスタンスは、常にゼロからインデックスをつけられるわけではありません。start
およびend
をその境界としてあらゆる要素アクセスのために使ってください、0
およびcount
ではなく。
If the array is empty, start
is equal to end
.
配列が空ならば、start
はend
と等しいです。