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

3
LINES

< > BotCompany Repo | #1006132 // dropSpacesFromList - drop entries from list that equal " "

JavaX fragment (include)

1  
static L<S> dropSpacesFromList(L<S> l) {
2  
  ret [S s : l | neq(s, " ")];
3  
}

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, sawdedvomwva, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1006132
Snippet name: dropSpacesFromList - drop entries from list that equal " "
Eternal ID of this version: #1006132/1
Text MD5: 9022ef9c7d2d268eee155b38a4cbc020
Author: stefan
Category: javax / ocr
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-12-21 00:03:56
Source code size: 75 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 411 / 420
Referenced in: [show references]