Libraryless. Click here for Pure Java version (10036L/55K).
1 | static ItIt<S> allWordsOfAlphabetWithLength(int length, S alphabet) {
|
2 | ret mapI join(outerProduct(rep(length, characters(alphabet)))); |
3 | } |
Began life as a copy of #1029103
download show line numbers debug dex old transpilations
Travelled to 2 computer(s): mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1036346 |
| Snippet name: | allWordsOfAlphabetWithLength |
| Eternal ID of this version: | #1036346/3 |
| Text MD5: | 3daf4a6168b21d421178532da85894b7 |
| Transpilation MD5: | 633b27db5517e92ad82e9dd8d9c734a4 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-11-21 11:51:51 |
| Source code size: | 139 bytes / 3 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 403 / 522 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |