static S addToMechList(S name, S text) { ret botAppendToMechList_uniqCI(name, text); } static S addToMechList(S name, Collection<S> lines) { ret addToMechList(name, lines(lines)); }
Began life as a copy of #1014246
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
Snippet ID: | #1014349 |
Snippet name: | addToMechList - synonym of botAppendToMechList_uniqCI - only add lines that don't exist (ignoring case) |
Eternal ID of this version: | #1014349/4 |
Text MD5: | c60ad715d551a284a1aad6da32a0b3f2 |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-06-06 01:54:00 |
Source code size: | 192 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 498 / 551 |
Version history: | 3 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1014379 - mechListAppend - synonym of botAppendToMechList_uniqCI - only add lines that don't exist (ignoring case) |