1 | static L<S> withoutStartingWithIC(Collection<S> l, fS prefix) { |
2 | ret notStartingWithIC(l, prefix); |
3 | } |
4 | |
5 | |
6 | |
7 | static L<S> withoutStartingWithIC(S prefix, Collection<S> l) { |
8 | ret notStartingWithIC(prefix, l); |
9 | } |
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: | #1022350 |
| Snippet name: | withoutStartingWithIC - synonym of notStartingWithIC |
| Eternal ID of this version: | #1022350/1 |
| Text MD5: | fc960f2359d031714dcb28895c927c55 |
| Author: | stefan |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-03-15 08:06:11 |
| Source code size: | 207 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 649 / 636 |
| Referenced in: | [show references] |