1 | static void post_multi(L<S> a, L<S> b, L<S> c) { |
2 | for (S _a : a) |
3 | for (S _b : b) |
4 | for (S _c : c) |
5 | post(_a, _b, _c); |
6 | } |
7 | |
8 | static void post_multi(S a, S b, L<S> c) { |
9 | post_multi(ll(a), ll(b), c); |
10 | } |
Began life as a copy of #1012626
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1013214 |
Snippet name: | post_multi |
Eternal ID of this version: | #1013214/1 |
Text MD5: | ed6aff5e311cd98d6dcf95a41de23c95 |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-12-28 21:50:31 |
Source code size: | 219 bytes / 10 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 316 / 364 |
Referenced in: | [show references] |