Transpiled version (2955L) is out of date.
1 | static Set<S> wordsWithoutWeakWords(S s) {
|
2 | ret asCISet(antiFilter(setMinusSet(wordsAsCISet(s), dm_getUnclearList("Weak words")),
|
3 | x -> eqicOneOf(x, ">", "<") || isDollarVariable(x))); |
4 | } |
Began life as a copy of #1027327
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1027328 |
| Snippet name: | wordsWithoutWeakWords |
| Eternal ID of this version: | #1027328/6 |
| Text MD5: | ac4262647b25532fc4cb139e84eceac3 |
| Author: | stefan |
| Category: | javax / parsing |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-03-06 13:38:28 |
| Source code size: | 193 bytes / 4 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 453 / 601 |
| Version history: | 5 change(s) |
| Referenced in: | [show references] |