ToUint64 returns the value as a uint64, and a boolean telling whether it overflowed.
()
| 10 | // ToUint64 returns the value as a uint64, and a boolean telling |
| 11 | // whether it overflowed. |
| 12 | ToUint64() (uint64, bool) |
| 13 | } |
| 14 | |
| 15 | // Humaner is an object that can format a Humanable in human-readable |
no outgoing calls
no test coverage detected