Vocabularybyte-arraysInputsOutputsWord descriptionResizes the byte array to have a length of
n elements. When making the byte array shorter, this word may either create a new byte array or modify the existing byte array in place. When making the byte array longer, this word always allocates a new byte array, filling remaining space with zeroes.
Side effectsModifies
byte-arrayDefinition