1 | // also takes one string with multiple lines |
2 | static Web webFromCALStructures(S... structures) {
|
3 | if (l(structures) == 1) structures = toStringArray(tlft_j(first(structures))); |
4 | ret web_mergeWebs(map webFromCALStructure(structures)); |
5 | } |
6 | |
7 | static Web webFromCALStructures(L<S> structures) {
|
8 | ret web_mergeWebs(map webFromCALStructure(structures)); |
9 | } |
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: | 726 / 754 |
| Version history: | 4 change(s) |
| Referenced in: | [show references] |