<byte-vector>

A <vector> that holds integers between 0 and 255 inclusively.  An efficient vector for byte-storage.

Exported from

Modifiers

concrete free sealed

Make keywords

fill:An instance of <byte>.  The default value of each element.  Defaults to 0.
size:An instance of <object>.  The size of the vector.  Defaults to 0.

Superclasses

Functions on <byte-vector>

The class of arrays of rank one (i.e., exactly one dimension).
Ultimately, there will be several, more logically separate libraries that extend Dylan or provide an application framework for users.
The common-dylan module.
Miscellaneous extensions to the Dylan language.
The byte-vector module.
A constant.
The class of all Dylan objects.
The class of simple and efficient vectors.
A generic function.
A function.
A function.
Copies bytes from one byte collection to another, or copies bytes within a byte collection.