feat: support multiple arguments in pprint #138
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
ArkForgeLabs/Astra!138
Loading…
Reference in a new issue
No description provided.
Delete branch "main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This change makes pprint behave like Lua’s print, supporting multiple arguments and printing them in a single call with the same semantics.
Thank you so much! This is very helpful. Let me check, I think we can use Rust's print! directly without needing to store the values in a Vec
like this: