Next: , Previous: , Up: Introduction   [Contents][Index]


1.3 Uniform Vectors

Some procedures take one or more uniform vector arguments, as specified in SRFI 4 (see Video, see SDL_gfx by Andreas Schiffler). The specific type of vector is one of u8, u16, s16, where u or s stands for “unsigned” or “signed”, respectively, and the rest the number of bits.