ЭЛЕКТРОННАЯ БИБЛИОТЕКА КОАПП |
Сборники Художественной, Технической, Справочной, Английской, Нормативной, Исторической, и др. литературы. |
vecvec string, offset, bits Treats a string as a vector of unsigned integers, and returns the value of the element specified by offset and bits. The function may also be assigned to, which causes the element to be modified. The purpose of the function is to provide very compact storage of lists of small integers. The integers may be very small - vectors can hold numbers that are as small as one bit, resulting in a bitstring. The offset specifies how many elements to skip over to find the one you
want. bits is the number of bits per element in the vector, so each
element can contain an unsigned integer in the range
Regardless of whether your system is big-endian or little-endian,
Vectors created with |