Type cannot be used as an array index.
And then is the problem of collision resolution where it's, since there are so many possible values for typical data type, your going to get the situation where two values hash to the same array index.
Здесь есть проблема разрешения коллизий, поскольку возможно, что для типа данных существует огромное множество значений и мы можем попасть в ситуацию, когда два значения хэша указывают на один и тот же индекс массива.
This is an example of using a function return value as the array index.
Это пример использования возвращаемого функцией значения в качестве индекса массива.
Missing']' at end of array index.
It takes significantly more CPU time to look up an account record by hash than with a direct array index.
Для поиска учетной записи по хэшу требуется значительно больше процессорного времени, чем в случае использования прямого индекса массива данных.
The scanner should be the name of the <! - %FOREACH scanner IN... - > construct surrounding the current portion of the script code. If the current value of the array index is zero, the function returns the string "YES".
Параметр scanner должен быть именем внешней по отношению к этой части кода сценария конструкции <! - %FOREACH scanner IN... - >. Если текущее значение индекса массива равно нулю, то функция возвращает строку "YES".
Her code failed due to a simple off-by-one error in the array index.
Её код не сработал из-за простой ошибки в смещении на один в индексе массива.
Compared with the previous example, you see that this code frees you from the responsibility properly managing a loop counter and array index access; put simply, the more code you have, the more places there are for bugs to occur.
По сравнению с предыдущим примером, вы видите, что этот код освобождает вас от обязанности надлежащего управления счетчиком цикла и доступа к индексам массива; проще говоря, чем больше кода, тем больше мест для возникших ошибок.
Similarly, an array index or an object property can be parsed.
Точно также могут быть обработаны элемент массива (аггау) или свойство объекта (object).
In C++, array index starts from 0.
Usually programming languages allowing n-based indexing also allow negative index values and other scalar data types like enumerations, or characters may be used as an array index.
Обычно языки программирования, позволяющие «индекс началом с n», разрешают также в качестве индекса массива выбирать отрицательные значения, а также и другие скалярные типы данных, как перечисления или символы.
Other results
Not enough space to copy elements to index of array with length.
Недостаточно места для копирования элементов в индекс для массива длины.
Remove an element from the array by index.