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

7
LINES

< > BotCompany Repo | #1021111 // withLeadingSquareBracketStuffNotContaining - uses cic

JavaX fragment (include)

static L<S> withLeadingSquareBracketStuffNotContaining(fS s, L<S> l) {
  ret [S x : unnull(l) | !cic(leadingSquareBracketStuff(x), s)];
}

static L<S> withLeadingSquareBracketStuffNotContaining(L<S> l, fS s) {
  ret withLeadingSquareBracketStuffNotContaining(s, l);
}

Author comment

Began life as a copy of #1014929

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: #1021111
Snippet name: withLeadingSquareBracketStuffNotContaining - uses cic
Eternal ID of this version: #1021111/2
Text MD5: e6115cfb3502af7ff8a305231684d1a6
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-01-23 13:40:14
Source code size: 269 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 207 / 219
Version history: 1 change(s)
Referenced in: [show references]