Hex takes a boolean that, if true, indicates the hex string output by the returned closure should use uppercase letters for A-F.
(bool)
| 662 | // Hex takes a boolean that, if true, indicates the hex string output by the returned |
| 663 | // closure should use uppercase letters for A-F. |
| 664 | Hex(bool) func(ref.Val) (string, error) |
| 665 | |
| 666 | // Octal takes a ref.Val and a string representing the current locale identifier and |
| 667 | // returns the Val formatted in octal, or an error if one occurred. |
no outgoing calls
no test coverage detected