Strarray#copy
var result = strarray.copy(src);
| Parameters | Type | |
|---|---|---|
| src | Strarray | source |
| Returns | | | — | — | | Number | 0 on success, < 0 on allocation failure |
Instance Variables
| Variable | Type | Description |
|---|---|---|
| count | Number | |
| strings | String |
var result = strarray.copy(src);
| Parameters | Type | |
|---|---|---|
| src | Strarray | source |
| Returns | | | — | — | | Number | 0 on success, < 0 on allocation failure |
| Variable | Type | Description |
|---|---|---|
| count | Number | |
| strings | String |