Structsยง
- DynValue
Display ๐ - Wrapper that implements
Displayfor a [DynSolValue]. - DynValue
Formatter ๐ - [
DynSolValue] formatter.
Functionsยง
- format_
token - Pretty-prints the given value into a string suitable for user output.
- format_
token_ raw - Pretty-prints the given value into a string suitable for re-parsing as values later.
- format_
tokens - Pretty-prints a slice of tokens using
format_token. - format_
tokens_ raw - Pretty-prints a slice of tokens using
format_token_raw. - parse_
tokens - Parses string input as Token against the expected ParamType