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

5
LINES

< > BotCompany Repo | #1027529 // dm_sisterModules (other modules with same lib ID)

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

Libraryless. Click here for Pure Java version (10236L/72K).

static LS dm_sisterModules(O mod) {
  S libID = dm_moduleLibID(mod);
  if (libID == null) ret emptyList();
  ret listMinus(dm_modulesWithLibID(libID), dm_moduleID(mod));
}

Author comment

Began life as a copy of #1022718

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1027529
Snippet name: dm_sisterModules (other modules with same lib ID)
Eternal ID of this version: #1027529/1
Text MD5: 1d868c34b93a660fefd39ef1fd9729a1
Transpilation MD5: a667a4f3ade789447d90c8c74f892f6f
Author: stefan
Category: javax / stefan's os
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-03-23 11:25:16
Source code size: 175 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 171 / 236
Referenced in: [show references]