SetString1D sets the value of given 1-dimensional index (0-Len()-1) as a string
(i int, val string)
| 95 | |
| 96 | // SetString1D sets the value of given 1-dimensional index (0-Len()-1) as a string |
| 97 | SetString1D(i int, val string) |
| 98 | |
| 99 | // StringRowCell returns the value at given row and cell, where row is outer-most dim, |
| 100 | // and cell is 1D index into remaining inner dims. For Table columns |
no outgoing calls