String1D returns the value of given 1-dimensional index (0-Len()-1) as a string
(i int)
| 92 | |
| 93 | // String1D returns the value of given 1-dimensional index (0-Len()-1) as a string |
| 94 | String1D(i int) string |
| 95 | |
| 96 | // SetString1D sets the value of given 1-dimensional index (0-Len()-1) as a string |
| 97 | SetString1D(i int, val string) |
no outgoing calls