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

6
LINES

< > BotCompany Repo | #1026554 // ai_describeList

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

Libraryless. Click here for Pure Java version (2564L/16K).

sS ai_describeList(Cl l, O... _) {
  S s = "a list with " + nEntries(l);
  if (boolPar details(_))
    s += " " + ai_describeCollectionElements(l);
  ret s;
}

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: #1026554
Snippet name: ai_describeList
Eternal ID of this version: #1026554/3
Text MD5: a7e98a6775caca22544ae327e59d0016
Transpilation MD5: 7a66066c1095d38b5c9cf210bf1ea631
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-01-26 21:12:08
Source code size: 163 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 227 / 294
Version history: 2 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1026757 - ai_describeObject
#1026758 - ai_describeCollectionElements