| Allegro CL version 10.1 This page is new in 10.1. |
Arguments: &rest parts
This macro implements a convenient notation for representing a vector
of octets in a source file. The value of the macro call is a vector
of type (array * (unsigned-byte 8))
initialized to
all the octets specified in the arguments with the forms:
Each octet value must be in the octet value range. If not an error is signaled.
If there are no occurrences of the :eval
argument,
the result emitted by the macro is a constant vector. If
the :eval
argument is used, the macro emits a call
to the compose-octet-array-fn function.
See iacl.htm for more information on international characters and external formats.
Copyright (c) 1998-2017, Franz Inc. Oakland, CA., USA. All rights reserved.
This page is new in the 10.1 release.
Created 2017.2.15.
| Allegro CL version 10.1 This page is new in 10.1. |