NEST HelpDesk | Command Index | NEST Quick Reference |
reserve - Prepare an array or string to hold a given number of elements.Synopsis:
array n reserve -> arrayDescription:
reserve makes sure that the array can hold at least n objects.SeeAlso: Source:
If the current capacity of the array is lower than n, it will be resized.
Note that if the current capacity is larger than n, no resize will take place.
/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