Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

3
LINES

< > BotCompany Repo | #1036346 // allWordsOfAlphabetWithLength

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (10036L/55K).

static ItIt<S> allWordsOfAlphabetWithLength(int length, S alphabet) {
  ret mapI join(outerProduct(rep(length, characters(alphabet))));
}

Author comment

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: 66 / 99
Version history: 2 change(s)
Referenced in: [show references]