Next: Limitations, Previous: Naming Conventions, Up: Introduction [Contents][Index]
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.