element size
RU: размер элемента
The fixed number of bytes one array element occupies. Because every element of an array shares one type, they all have the same element size, which makes the array a uniform grid of equal-size cells and enables constant-time indexing.