1 | static Web web_dropLabelsStartingWith(Web web, S prefix) { |
2 | for (WebNode n : web_nodesAndRelations(web)) { |
3 | for (ListIterator<Lisp> it = n.labels.listIterator(); it.hasNext(); ) |
4 | if (swic(web.unparseLabel(it.next()), prefix)) |
5 | it.remove(); |
6 | } |
7 | ret web; |
8 | } |
Began life as a copy of #1010312
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: | #1010960 |
Snippet name: | web_dropLabelsStartingWith |
Eternal ID of this version: | #1010960/3 |
Text MD5: | 6fa9dfc8848e6afc441ff64f50156f8c |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-10-10 18:37:39 |
Source code size: | 279 bytes / 8 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 378 / 440 |
Version history: | 2 change(s) |
Referenced in: | [show references] |