-
Notifications
You must be signed in to change notification settings - Fork 0
class_stringarray
reduz edited this page Feb 23, 2014
·
8 revisions
String Array .
- String ** get ** ( int idx )
- void ** push_back ** ( String string )
- void ** resize ** ( int idx )
- void ** set ** ( int idx, String string )
- int ** size ** ( )
- void ** StringArray ** ( Array from )
String Array. Array of strings. Can only contain strings. Optimized for memory usage, cant fragment the memory.