Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

9
LINES

< > BotCompany Repo | #1024768 // allContainingIC - synonym of containingIC

JavaX fragment (include)

static L<S> allContainingIC(Collection<S> l, fS x) {
  ret containingIC(l, x);
}



static L<S> allContainingIC(S x, Collection<S> l) {
  ret containingIC(x, l);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1024768
Snippet name: allContainingIC - synonym of containingIC
Eternal ID of this version: #1024768/1
Text MD5: 7c7a8d3aac80ab5bae06da5a176a4725
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-08-24 18:31:39
Source code size: 165 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 130 / 158
Referenced in: [show references]