array index
RU: индекс массива
An element's position in an array, counted from 0. The index is converted to a memory address by the formula base_address + index x element_size, so any element is reachable in constant time. Index 0 names the first element because its offset is zero.