static <A extends Iterable> A pnl_nlBefore(S prefix, A l) { print(); pnl(prefix, l); ret l; } static <A extends Iterable> A pnl_nlBefore(A l) { print(); pnl(l); ret l; } svoid pnl_nlBefore(Map map) { print(); pnl(map); } svoid pnl_nlBefore(O[] a) { print(); pnl(a); } svoid pnl_nlBefore(S s) { print(); pnl(lines(s)); }
Began life as a copy of #1008448
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1023765 |
| Snippet name: | pnl_nlBefore |
| Eternal ID of this version: | #1023765/1 |
| Text MD5: | 3e03cd0d21fc9b565c493d41ea83c5de |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-07-08 19:48:41 |
| Source code size: | 372 bytes / 26 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 446 / 472 |
| Referenced in: | [show references] |