| NEST HelpDesk | Command Index | NEST Quick Reference |
| Name: | reserve - Prepare an array or string to hold a given number of elements. | ||
| Synopsis: | array n reserve -> array | ||
| Description: | reserve makes sure that the array can hold at least n objects. 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. | ||
| Source: | /home/abuild/rpmbuild/BUILD/nest-2.4.1/sli/slidata.cc |
| NEST HelpDesk | Command Index | NEST Quick Reference |
© 2000-2010 The NEST Initiative