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

4
LINES

< > BotCompany Repo | #1026183 // triple_moveBracketsToFringe

JavaX fragment (include)

static T3S triple_moveBracketsToFringe(T3S t) {
  if (!isRoundOrCurlyBracketed_simple(t.b)) ret t;
  ret t3(t.a + first(t.b), dropFirstAndLast(t.b), last(t.b) + t.c);
}

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: #1026183
Snippet name: triple_moveBracketsToFringe
Eternal ID of this version: #1026183/1
Text MD5: a1401663d8ca4643c9c0553c8e3c5c3e
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-11-27 23:58:07
Source code size: 171 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 122 / 147
Referenced in: [show references]