1 | static <A> A print_withNLBefore(A o) { |
2 | ret nlPrint(o); |
3 | } |
4 | |
5 | |
6 | |
7 | static <A> A print_withNLBefore(S prefix, A o) { |
8 | ret nlPrint(prefix, o); |
9 | } |
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1027376 |
| Snippet name: | print_withNLBefore - synonym of nlPrint |
| Eternal ID of this version: | #1027376/1 |
| Text MD5: | 2de886e4fafd83056ed861e97d623dfb |
| Author: | stefan |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-03-15 16:14:53 |
| Source code size: | 140 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 366 / 403 |
| Referenced in: | [show references] |