1 | static T3S triple_moveBracketsToFringe(T3S t) { |
2 | if (!isRoundOrCurlyBracketed_simple(t.b)) ret t; |
3 | ret t3(t.a + first(t.b), dropFirstAndLast(t.b), last(t.b) + t.c); |
4 | } |
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: | 192 / 220 |
Referenced in: | [show references] |