std.fmt
Formatting of Inko values for debugging purposes.
Methods
| fmt | Formats a value using the default formatter. |
Traits
| Format | A type that can be formatted into a human-readable format for debugging purposes. |
Types
| ArrayFormatter | A type for making it easy to format array-like values. | |
| Formatter | The default formatter to use when formatting an object. | |
| ObjectFormatter | A type for making it easy to format regular objects. | |
| TupleFormatter | A type for making it easy to format tuple-like values, such as tuples and enums. |