Libraryless. Click here for Pure Java version (5134L/28K).
1 | // Use like this: printVarsInMultipleLines(+x, +y); |
2 | // Or: printVarsInMultipleLines("bla", +x); |
3 | // Or: printVarsInMultipleLines bla(+x); |
4 | svoid mapMethodLike printVarsInMultipleLines(O... params) { |
5 | print(renderVarsInMultipleLines(params)); |
6 | } |
Began life as a copy of #1024542
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
Snippet ID: | #1035015 |
Snippet name: | printVarsInMultipleLines |
Eternal ID of this version: | #1035015/1 |
Text MD5: | 9dc87b519f714b3c134892ce5e47eae4 |
Transpilation MD5: | 1ccde999677dbc426c1f3e74e2f02a33 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2022-03-22 23:30:36 |
Source code size: | 247 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 160 / 214 |
Referenced in: | [show references] |