dbg
Write an arbitrary value to stdout, along with debugging metadata.
Returns the input, so you can use dbg in larger expressions foo(dbg(bar())).
foo(dbg(bar()))
dbg([1, 2])