Libraryless. Click here for Pure Java version (2594L/16K).
static LS notContaining(Iterable<S> l, S x) { ret filter(l, s -> !contains(s, x)); } static LS notContaining(S x, Iterable<S> l) { ret notContaining(l, x); }
Began life as a copy of #1020538
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
Snippet ID: | #1030087 |
Snippet name: | notContaining |
Eternal ID of this version: | #1030087/4 |
Text MD5: | 0a88b89ce0a3a9b6054dbb2e39b7ecfb |
Transpilation MD5: | 375e1772feb5265027612fbce95d1441 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-11-08 13:49:18 |
Source code size: | 168 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 180 / 259 |
Version history: | 3 change(s) |
Referenced in: | [show references] |