std::pretty
Pretty-printing for Pyro values.
Functions
-
print(arg: any, indent: i64 = 4) -> str
-
Pretty-prints
arg
to a string. Theindent
argument specifies the number of spaces per level of indentation.