You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although .I isn't too useful for code-golfing, since œ + è is basically the same (although it depends on the stack order I guess), .I is A LOT faster and therefore pretty useful sometimes. Unfortunately, it only works with lists, and for strings you'll basically have to add a leading S and trailing J.
Although
.I
isn't too useful for code-golfing, sinceœ
+è
is basically the same (although it depends on the stack order I guess),.I
is A LOT faster and therefore pretty useful sometimes. Unfortunately, it only works with lists, and for strings you'll basically have to add a leadingS
and trailingJ
.Try it online
Found in this 05AB1E answer of mine.
The text was updated successfully, but these errors were encountered: