Node:
Arrays
, Next:
Association Lists and Hash Tables
, Previous:
Structures
, Up:
Compound Data Types
22.6 Arrays
Conventional Arrays
: Arrays with arbitrary data.
Array Mapping
: Applying a procedure to the contents of an array.
Uniform Arrays
: Arrays with data of a single type.
Bit Vectors
: Vectors of bits.