VocabularyarraysInputsn | a non-negative integer |
array | an array |
OutputsWord descriptionResizes the array to have a length of
n elements. When making the array shorter, this word may either create a new array or modify the existing array in place. When making the array longer, this word always allocates a new array, filling remaining space with
f.
Side effectsModifies
arrayDefinition