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

9
LINES

< > BotCompany Repo | #1010067 // webFromCALStructures - combined web from multiple CALs

JavaX fragment (include)

// also takes one string with multiple lines
static Web webFromCALStructures(S... structures) {
  if (l(structures) == 1) structures = toStringArray(tlft_j(first(structures)));
  ret web_mergeWebs(map webFromCALStructure(structures));
}

static Web webFromCALStructures(L<S> structures) {
  ret web_mergeWebs(map webFromCALStructure(structures));
}

Author comment

Began life as a copy of #1009994

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1010067
Snippet name: webFromCALStructures - combined web from multiple CALs
Eternal ID of this version: #1010067/5
Text MD5: df987b90b36b34f43de348d2698d166c
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-09-06 18:01:25
Source code size: 356 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 421 / 431
Version history: 4 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1010134 - webFromCALStructures_vis - combined web from multiple CALs, register for visualization
#1010196 - web_fromCALStructures - synonym of webFromCALStructures - combined web from multiple CALs
#1010212 - webFromCALStructures_noMerge - combined web from multiple CALs, don't merge