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: | 193 / 221 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |