diff options
| author | ame <[email protected]> | 2023-12-26 12:53:21 -0600 |
|---|---|---|
| committer | ame <[email protected]> | 2023-12-26 12:53:21 -0600 |
| commit | 730313437437a9495390b7c2f0a6eded3dbc2653 (patch) | |
| tree | b8cf0d057f32624e5f5336787d4db369a33c211a /docs | |
| parent | 8c0dc0f4baa231a359f9785da14b1df8e7a6c0ac (diff) | |
better pretty print
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/io.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ llib.io.pprint({a = 5, b = {9, 9, 22}}) - max_depth (2) - maximum depth that will not be collapsed - start_nl_at (3) - maximum depth that will be kept in-line - collapse_all (0 | false) - skip all newlines - +- collapse_to_memory (1 | true) - print memory address instead of ... ### error/warn/log/debug 'accepts a string |
