1 | static F0<S> abcDollarVarMakerWithoutTaken(final Set<S> taken) {
|
2 | final ItIt<S> it = filterIterator( |
3 | mapI(allWordsOfLowerCaseAlphabet(), func(S s) -> S { "$" + reversed(s) }),
|
4 | func(S s) -> bool { !contains(taken, s) });
|
5 | it.next(); // skip "$" |
6 | ret func -> S { it.next() };
|
7 | } |
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: | #1021186 |
| Snippet name: | abcDollarVarMakerWithoutTaken |
| Eternal ID of this version: | #1021186/5 |
| Text MD5: | 3dfd1d0988cac47948f416f0807934ad |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-02-02 14:36:45 |
| Source code size: | 292 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 515 / 574 |
| Version history: | 4 change(s) |
| Referenced in: | [show references] |