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