1 | static LS gazelle_emojisWithoutPosNeg() { |
2 | new LS out; |
3 | for (S s : dm_discord_allSeenEmojis()) { |
4 | O e = dm_call('emojisCRUD, 'addEmoji, s); |
5 | if (empty(getString posNeg(e))) |
6 | out.add(s); |
7 | } |
8 | ret out; |
9 | } |
Began life as a copy of #1021714
download show line numbers debug dex old transpilations
Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, whxojlpjdney
No comments. add comment
Snippet ID: | #1021717 |
Snippet name: | gazelle_emojisWithoutPosNeg |
Eternal ID of this version: | #1021717/1 |
Text MD5: | ac6911e2f1e882815b7812750b4b876d |
Author: | stefan |
Category: | javax / discord / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-02-24 19:13:25 |
Source code size: | 223 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 267 / 292 |
Referenced in: | [show references] |