Vocabularyalien.dataInputsOutputsWord descriptionConverts a
byte-array into a specialized array by interpreting the bytes in it as machine-specific values. Code using this word is unportable.
NotesThe appropriate specialized array vocabulary must be loaded, otherwise an error will be thrown. See the
specialized-arrays vocabulary for details on the underlying sequence type constructed.
ErrorsThrows an error if the type does not exist, the necessary specialized array vocabulary is not loaded, or the requested size is negative.
Definition