1 | static S addToMechList(S name, S text) {
|
2 | ret botAppendToMechList_uniqCI(name, text); |
3 | } |
4 | |
5 | static S addToMechList(S name, Collection<S> lines) {
|
6 | ret addToMechList(name, lines(lines)); |
7 | } |
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: | 768 / 815 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |