returns true if the data type is a String. otherwise is numeric.
()
| 52 | |
| 53 | // returns true if the data type is a String. otherwise is numeric. |
| 54 | IsString() bool |
| 55 | |
| 56 | // Float returns the value of given index as a float64. |
| 57 | Float(i []int) float64 |
no outgoing calls