Developer_release_1.4.0
Class utils
Lua REPL utilities module.
Functions
utils.make_console_friendly_binary (Raw) | Make useful wrapper for binary data to escape control characters. |
utils.pretty (...) | Return pretty formatted dump of the given arguments. |
Functions
Methods- utils.make_console_friendly_binary (Raw)
-
Make useful wrapper for binary data to escape control characters.
Parameters:
- Raw raw_binary binary
Returns:
-
string
Console friendly binary instance.
- utils.pretty (...)
-
Return pretty formatted dump of the given arguments.
Parameters:
- ... varargs Values to dump.
Returns:
-
string
A pretty formatted dump of the given arguments.