NEST HelpDesk | Command Index | NEST Quick Reference |
:resize - Change the internal size of an array.Synopsis:
array n resize -> array.Description:
resize changes the size of the supplied arraySeeAlso: Source:
independent of the current capacity.
resize is used to free memory by shrinking arrays whose capacity
has grown too large.
If the new size is smaller than the array, the trailing elements
are lost.
/opt/conda/conda-bld/nest_1512397208563/work/nest-2.14.0/sli/slidata.cc
NEST HelpDesk | Command Index | NEST Quick Reference |
© 2004 The NEST Initiative