static L<S> dropStartingWith(Collection<S> l, fS prefix) { ret notStartingWith(l, prefix); } static L<S> dropStartingWith(S prefix, Collection<S> l) { ret notStartingWith(prefix, l); }
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1021378 |
Snippet name: | dropStartingWith - synonym of notStartingWith |
Eternal ID of this version: | #1021378/1 |
Text MD5: | 721bb6cf9b8ac5ff8e5cf85acd4631d6 |
Author: | stefan |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-02-10 14:38:36 |
Source code size: | 193 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 264 / 297 |
Referenced in: | [show references] |