sS lambdaArgsToString_pureJava(S[] args) { ret l(args) == 1 ? first(args) : roundBracketed(joinWithComma(args)); } sS lambdaArgsToString_pureJava(LS args) { ret lambdaArgsToString_pureJava(toStringArray(args)); }
Began life as a copy of #1035181
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1035182 |
| Snippet name: | lambdaArgsToString_pureJava |
| Eternal ID of this version: | #1035182/2 |
| Text MD5: | 62da60065baa3436aadc2c9fdfb13eeb |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-04-06 01:15:01 |
| Source code size: | 230 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 345 / 374 |
| Version history: | 1 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |