Libraryless. Click here for Pure Java version (9725L/69K).
static L<ES> ai_spaceToSpace_es(S space1, S space2, Collection<ES> inputs, O... _) { ret map(s -> ai_spaceToSpace_es(space1, space2, s, _), inputs); } static ES ai_spaceToSpace_es(S space1, S space2, ES input, O... _) { S userName = optPar userName(_, 'usery); S computerName = optPar computerName(_, 'computery); if (eq(space1, 'user) && eq(space2, 'objective)) ret extTrans ai_spaceToSpace(input, switcheroo_youToName(computerName, switcheroo_iToName(userName, input!))); if (eq(space1, 'objective) && eq(space2, 'computer)) ret extTrans ai_spaceToSpace(input, switcheroo_nameToYou(userName, switcheroo_nameToI(computerName, input!)); ret input; }
Began life as a copy of #1023190
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: | #1023200 |
Snippet name: | ai_spaceToSpace_es |
Eternal ID of this version: | #1023200/2 |
Text MD5: | e228dbe2534212d2d195107d3c6bee3b |
Transpilation MD5: | 0b7601d31e26817a6788b7b2caed02e8 |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-05-16 19:49:57 |
Source code size: | 686 bytes / 13 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 257 / 368 |
Version history: | 1 change(s) |
Referenced in: | [show references] |