svoid gazelle_reasonAgain(Collector<GazelleTree> collector, L<GazelleTree> inputs, O... _) { if (collector.full()) ret; for (GazelleTree t : inputs) for (GazelleTree out : gazelle_postprocess(gazelle_reasonWithPreprocessing(t.line, _), _)) if (collector.add(out)) ret; }
Began life as a copy of #1022142
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1022353 | 
| Snippet name: | gazelle_reasonAgain - old | 
| Eternal ID of this version: | #1022353/5 | 
| Text MD5: | 594e54ad9a21f1ed02b10700400ae118 | 
| Author: | stefan | 
| Category: | javax / gazelle | 
| Type: | JavaX fragment (include) | 
| Public (visible to everyone): | Yes | 
| Archived (hidden from active list): | No | 
| Created/modified: | 2019-03-18 17:07:59 | 
| Source code size: | 289 bytes / 6 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 520 / 538 | 
| Version history: | 4 change(s) | 
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |