Fixed takes an int pointer representing precision (or nil if none was given) and returns a function operating in a similar manner to String and Decimal, taking a ref.Val and locale and returning the appropriate string. A closure is returned so precision can be set without needing an additional funct
(int)
| 650 | // ref.Val and locale and returning the appropriate string. A closure is returned |
| 651 | // so precision can be set without needing an additional function call/configuration. |
| 652 | Fixed(int) func(ref.Val) (string, error) |
| 653 | |
| 654 | // Scientific functions identically to Fixed, except the string returned from the closure |
| 655 | // is expected to be in scientific notation. |
no outgoing calls
no test coverage detected