1 | sS ai_renderDefinitions(Collection<Pair<S>> answers, Collection<Pair<S>> unauthedAnswers) {
|
2 | ret lines(concatLists( |
3 | mapPairsToList(answers, func(S a, S b) -> S { a + " = " + b }),
|
4 | mapPairsToList(unauthedAnswers, func(S a, S b) -> S { a + " " + unicode_questionedEquals() + " " + b })
|
5 | )); |
6 | } |
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1016938 |
| Snippet name: | ai_renderDefinitions |
| Eternal ID of this version: | #1016938/1 |
| Text MD5: | 3fdf0fd8853e94f54ad9d3209f4ab5c9 |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-07-08 19:53:53 |
| Source code size: | 305 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 601 / 670 |
| Referenced in: | [show references] |