SetFloat sets the value of given index as a float64
(i []int, val float64)
| 58 | |
| 59 | // SetFloat sets the value of given index as a float64 |
| 60 | SetFloat(i []int, val float64) |
| 61 | |
| 62 | // NOTE: String conflicts with [fmt.Stringer], so we have to use StringValue |
| 63 |
no outgoing calls