NOTE: String conflicts with [fmt.Stringer], so we have to use StringValue StringValue returns the value of given index as a string
(i []int)
| 63 | |
| 64 | // StringValue returns the value of given index as a string |
| 65 | StringValue(i []int) string |
| 66 | |
| 67 | // SetString sets the value of given index as a string |
| 68 | SetString(i []int, val string) |
no outgoing calls