1 | public static L<S> parseSnippetIDs(Collection<S> snippetIDs) {
|
2 | new L<S> l; |
3 | for (S id : snippetIDs) |
4 | l.add(str(parseSnippetID(id))); |
5 | ret l; |
6 | } |
Began life as a copy of #1000708
download show line numbers debug dex old transpilations
Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1003765 |
| Snippet name: | parseSnippetIDs |
| Eternal ID of this version: | #1003765/1 |
| Text MD5: | b137cc9d50d6b9b6764d2f41a20f6f8d |
| Author: | stefan |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2016-12-28 19:57:55 |
| Source code size: | 154 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 760 / 1352 |
| Referenced in: | [show references] |